Class DebuggerException
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
- All Implemented Interfaces:
Serializable
Exceptions of this type are raised by
debugger modules.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a debugger exception.DebuggerException(String message) Create a debugger exception.DebuggerException(String message, Throwable cause) Create a debugger exception.DebuggerException(Throwable cause) Create a debugger exception. -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
getUnit, setUnit, withUnitMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DebuggerException
public DebuggerException()Create a debugger exception. -
DebuggerException
Create a debugger exception.- Parameters:
message- error message
-
DebuggerException
Create a debugger exception.- Parameters:
cause- cause
-
DebuggerException
Create a debugger exception.- Parameters:
message- error messagecause- cause
-