Class DebugException

java.lang.Object
java.lang.Throwable
java.lang.Exception
gay.object.hexdebug.core.api.exceptions.DebugException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalDebugSessionException, IllegalDebugThreadException

public class DebugException extends Exception
Base class for errors thrown by debugger-related API methods.
See Also:
  • Constructor Details

    • DebugException

      public DebugException()
    • DebugException

      public DebugException(String message)
    • DebugException

      public DebugException(String message, Throwable cause)
    • DebugException

      public DebugException(Throwable cause)
    • DebugException

      public DebugException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)