Class JebException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pnfsoftware.jeb.core.exceptions.JebException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdbException, DexDecEvaluationException, NotImplementedException, ProcessorException, ScriptException, SiglibException, TelemetryException, TypeStringParseException

public class JebException extends Exception
Base class for JEB checked exceptions. All JEB checked exceptions MUST extend this class.

Plugins may extend this class and create their own JEB exceptions.

See Also:
  • Constructor Details

    • JebException

      public JebException()
    • JebException

      public JebException(String message)
    • JebException

      public JebException(Throwable cause)
    • JebException

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