org.jboss.netty.util.internal
类 StackTraceSimplifier

java.lang.Object
  继承者 org.jboss.netty.util.internal.StackTraceSimplifier

public class StackTraceSimplifier
extends java.lang.Object

Simplifies an exception stack trace by removing unnecessary StackTraceElements. Please note that the stack trace simplification is disabled if debug mode is turned on.


构造方法摘要
StackTraceSimplifier()
           
 
方法摘要
static void simplify(java.lang.Throwable e)
          Removes unnecessary StackTraceElements from the specified exception.
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

StackTraceSimplifier

public StackTraceSimplifier()
方法详细信息

simplify

public static void simplify(java.lang.Throwable e)
Removes unnecessary StackTraceElements from the specified exception. ThreadRenamingRunnable, SimpleChannelHandler, DefaultChannelPipeline, and StaticChannelPipeline will be dropped from the trace.