public final class StackTraceSimplifier extends Object
StackTraceElements. 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
StackTraceElements from the specified
exception. |
public static void simplify(Throwable e)
StackTraceElements from the specified
exception. ThreadRenamingRunnable, SimpleChannelHandler,
and ChannelPipeline implementations will be dropped from the
trace.Copyright © 2008-2017 The Netty Project. All Rights Reserved.