HexDebug
Toggle table of contents
0.8.0+1.20.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
HexDebug
hexdebug-core-common
/
gay.object.hexdebug.core.api.exceptions
Package-level
declarations
Types
Types
Debug
Exception
Link copied to clipboard
public
class
DebugException
extends
Exception
Base class for errors thrown by debugger-related API methods.
Illegal
Debug
Session
Exception
Link copied to clipboard
public
class
IllegalDebugSessionException
extends
DebugException
The provided debug session ID or debug environment is invalid or already in use.
Illegal
Debug
Thread
Exception
Link copied to clipboard
public
class
IllegalDebugThreadException
extends
DebugException
The provided debug thread ID is invalid or already in use.