public class

DebuggerException

extends JebRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
           ↳ com.pnfsoftware.jeb.core.units.code.debug.DebuggerException

Class Overview

Exceptions of this type are raised by debugger modules.

Summary

Public Constructors
DebuggerException()
DebuggerException(String message)
DebuggerException(Throwable cause)
DebuggerException(String message, Throwable cause)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DebuggerException ()

public DebuggerException (String message)

public DebuggerException (Throwable cause)

public DebuggerException (String message, Throwable cause)