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

public class JebRuntimeException extends RuntimeException
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 Details

    • JebRuntimeException

      protected JebRuntimeException()
    • JebRuntimeException

      public JebRuntimeException(Throwable cause)
    • JebRuntimeException

      public JebRuntimeException(String message)
    • JebRuntimeException

      public JebRuntimeException(String message, Throwable cause)
  • Method Details