Class DebuggerException

All Implemented Interfaces:
Serializable

public class DebuggerException extends JebRuntimeException
Exceptions of this type are raised by debugger modules.
See Also:
  • Constructor Details

    • DebuggerException

      public DebuggerException()
    • DebuggerException

      public DebuggerException(String message)
    • DebuggerException

      public DebuggerException(Throwable cause)
    • DebuggerException

      public DebuggerException(String message, Throwable cause)