Package jadex.commons
Class DebugException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jadex.commons.DebugException
-
- All Implemented Interfaces:
java.io.Serializable
public class DebugException extends java.lang.RuntimeException
Helper class to remember stack traces. Prints out a warning, when used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.ThreadLocal<java.lang.Exception>
ADDITIONAL
Additional debug exception on current thread to use as cause.
-
Constructor Summary
Constructors Constructor Description DebugException()
Create a debug exception.DebugException(java.lang.String msg)
Create a debug exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-