Class DexDecConversionException
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.ir.DexDecConversionException
- All Implemented Interfaces:
Serializable
A Dalvik-to-IR conversion exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDexDecConversionException
(int opcode) DexDecConversionException
(IDalvikInstruction insn, String details) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
getUnit, setUnit, withUnit
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DexDecConversionException
public DexDecConversionException() -
DexDecConversionException
public DexDecConversionException(int opcode) -
DexDecConversionException
-
DexDecConversionException
-
-
Method Details
-
getInstruction
- Returns:
- may be null
-
getOpcode
- Returns:
- may be null
-
getMessage
- Overrides:
getMessage
in classThrowable
-