public class DebuggerStartException extends Exception
Constructor and Description |
---|
DebuggerStartException(String message)
Constructs a DebuggerStartException with given message.
|
DebuggerStartException(Throwable t)
Constructs a DebuggerStartException for a given target exception.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getTargetException()
Get the thrown target exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DebuggerStartException(String message)
message
- a exception messagepublic DebuggerStartException(Throwable t)
t
- a target exceptionpublic Throwable getTargetException()