public class DebugException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
static java.lang.ThreadLocal<java.lang.Exception> |
ADDITIONAL
Additional debug exception on current thread to use as cause.
|
Constructor and Description |
---|
DebugException()
Create a debug exception.
|
DebugException(java.lang.String msg)
Create a debug exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
fillInStackTrace() |
public static final java.lang.ThreadLocal<java.lang.Exception> ADDITIONAL