Class DexParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
com.pnfsoftware.jeb.core.units.code.android.DexParsingException
- All Implemented Interfaces:
Serializable
This exception may be raised when an error is encountered when parsing a Dex file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a Dex parsing exception.Create a Dex parsing 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
-
DexParsingException
Create a Dex parsing exception.- Parameters:
s- message
-
DexParsingException
Create a Dex parsing exception.- Parameters:
s- messagee- cause
-