public class DebugException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
stacktrace
The stack trace.
|
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() |