public class DebugException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
static int |
STOP
debugger stop command
|
Constructor and Description |
---|
DebugException(int mode)
Constructs a new runtime exception with
null as its
detail message. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns the detail message string of this throwable.
|
int |
getMode()
The exception mode.
|
public static final int STOP
public DebugException(int mode)
null
as its
detail message. The cause is not initialized, and may subsequently be
initialized by a call to Throwable.initCause(java.lang.Throwable)
.mode
- the exception mode.public int getMode()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Throwable
instance
(which may be null
).Copyright © 2002-2021 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software