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
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 Summary
ConstructorsConstructorDescriptionJebException
(String message) JebException
(String message, Throwable cause) JebException
(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
-
JebException
public JebException() -
JebException
-
JebException
-
JebException
-
-
Method Details
-
withUnit
-
setUnit
-
getUnit
-