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:
Serializable
public class StackInspector extends RuntimeException
Utility to retrieving the thread stack debug information- Author:
- Apache MINA Project, Jonathan Valliere
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StackInspector()StackInspector(String message)StackInspector(String message, Throwable cause)StackInspector(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)StackInspector(Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StackTraceElementcallee()static StackInspectorget()static StackInspectorget(String message)static StackInspectorget(Throwable cause)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
callee
public static final StackTraceElement callee()
-
get
public static final StackInspector get(String message)
-
get
public static final StackInspector get(Throwable cause)
-
get
public static final StackInspector get()
-
-