public final class Errors extends Object
| Constructor and Description |
|---|
Errors() |
| Modifier and Type | Method and Description |
|---|---|
static DebugProtocolServer.ExceptionWithMessage |
errorFromEvaluate(String errMsg) |
static DebugProtocolServer.ExceptionWithMessage |
invalidThread(Integer threadId) |
static DebugProtocolServer.ExceptionWithMessage |
noCallStackAvailable() |
static DebugProtocolServer.ExceptionWithMessage |
noStoredException() |
static DebugProtocolServer.ExceptionWithMessage |
setValueNotSupported() |
static DebugProtocolServer.ExceptionWithMessage |
sourceRequestCouldNotRetrieveContent() |
static DebugProtocolServer.ExceptionWithMessage |
sourceRequestIllegalHandle() |
static DebugProtocolServer.ExceptionWithMessage |
stackFrameNotValid() |
public static DebugProtocolServer.ExceptionWithMessage setValueNotSupported()
public static DebugProtocolServer.ExceptionWithMessage sourceRequestCouldNotRetrieveContent()
public static DebugProtocolServer.ExceptionWithMessage stackFrameNotValid()
public static DebugProtocolServer.ExceptionWithMessage noCallStackAvailable()
public static DebugProtocolServer.ExceptionWithMessage errorFromEvaluate(String errMsg)
public static DebugProtocolServer.ExceptionWithMessage sourceRequestIllegalHandle()
public static DebugProtocolServer.ExceptionWithMessage invalidThread(Integer threadId)
public static DebugProtocolServer.ExceptionWithMessage noStoredException()