Package jadex.common
Class DebugException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jadex.common.DebugException
- All Implemented Interfaces:
Serializable
Helper class to remember stack traces.
Prints out a warning, when used.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ThreadLocal
<Exception> Additional debug exception on current thread to use as cause. -
Constructor Summary
ConstructorsConstructorDescriptionCreate a debug exception.DebugException
(String msg) Create a debug exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ADDITIONAL
Additional debug exception on current thread to use as cause.
-
-
Constructor Details
-
DebugException
public DebugException()Create a debug exception. -
DebugException
Create a debug exception.
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-