Package org.apache.mina.util
Class StackInspector
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.mina.util.StackInspector
-
- All Implemented Interfaces:
java.io.Serializable
public class StackInspector extends java.lang.RuntimeExceptionUtility to retrieving the thread stack debug information- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description StackInspector()StackInspector(java.lang.String message)StackInspector(java.lang.String message, java.lang.Throwable cause)StackInspector(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)StackInspector(java.lang.Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StackTraceElementcallee()static StackInspectorget()static StackInspectorget(java.lang.String message)static StackInspectorget(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StackInspector
StackInspector()
-
StackInspector
StackInspector(java.lang.String message)
-
StackInspector
StackInspector(java.lang.Throwable cause)
-
StackInspector
StackInspector(java.lang.String message, java.lang.Throwable cause)
-
StackInspector
StackInspector(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-
Method Detail
-
callee
public static final java.lang.StackTraceElement callee()
-
get
public static final StackInspector get(java.lang.String message)
-
get
public static final StackInspector get(java.lang.Throwable cause)
-
get
public static final StackInspector get()
-
-