public class

JebDebuggerException

extends JebRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
           ↳ com.pnfsoftware.jeb.core.exceptions.JebDebuggerException

Class Overview

Exceptions of this type are raised by debugger modules.

Summary

Public Constructors
JebDebuggerException()
JebDebuggerException(String message)
JebDebuggerException(Throwable cause)
JebDebuggerException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public JebDebuggerException ()

public JebDebuggerException (String message)

public JebDebuggerException (Throwable cause)

public JebDebuggerException (String message, Throwable cause)