|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectorg.jboss.netty.util.internal.StackTraceSimplifier
public class StackTraceSimplifier

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 |
| 构造方法详细信息 |
|---|
public StackTraceSimplifier()
| 方法详细信息 |
|---|
public static void simplify(java.lang.Throwable e)
StackTraceElements from the specified
exception. ThreadRenamingRunnable, SimpleChannelHandler,
DefaultChannelPipeline, and StaticChannelPipeline
will be dropped from the trace.
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||