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
Utility to retrieving the thread stack debug information
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStackInspector(String message) StackInspector(String message, Throwable cause) StackInspector(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) StackInspector(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic final StackTraceElementcallee()static final StackInspectorget()static final StackInspectorstatic final StackInspectorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString