public final class StackTraceSimplifier extends Object
StackTraceElement
s. Please note that the stack trace simplification
is disabled if debug mode is turned on.Modifier and Type | Method and Description |
---|---|
static void |
simplify(Throwable e)
Removes unnecessary
StackTraceElement s from the specified
exception. |
public static void simplify(Throwable e)
StackTraceElement
s from the specified
exception. ThreadRenamingRunnable
, SimpleChannelHandler
,
and ChannelPipeline
implementations will be dropped from the
trace.Copyright © 2008–2014 The Netty Project. All rights reserved.