Class JebRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CannotReadRegisterException
,CannotWriteRegisterException
,CfgVerificationException
,CSimulationException
,DebuggerException
,DecompilerException
,DemoLimitationException
,DexDecConversionException
,DexParsingException
,InterruptionException
,NativeAnalyzerException
,NativeTypeException
,NewerMethodIllegalCallException
,ToDoException
,TypelibDefinitionException
,UnmanglerException
,UnsupportedInstructionException
Base class for JEB runtime (unchecked) exceptions. All JEB runtime exceptions MUST extend this
class.
Plugins may extend this class and create their own JEB exceptions.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JebRuntimeException
(String message) JebRuntimeException
(String message, Throwable cause) JebRuntimeException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JebRuntimeException
protected JebRuntimeException() -
JebRuntimeException
-
JebRuntimeException
-
JebRuntimeException
-
-
Method Details
-
withUnit
-
setUnit
-
getUnit
-