Package org.jf.dexlib2.util
Class InstructionOffsetMap.InvalidInstructionIndex
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jf.util.ExceptionWithContext
org.jf.dexlib2.util.InstructionOffsetMap.InvalidInstructionIndex
- All Implemented Interfaces:
Serializable
- Enclosing class:
InstructionOffsetMap
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jf.util.ExceptionWithContext
addContext, getContext, printContext, printContext, printStackTrace, printStackTrace, withContextMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Field Details
-
instructionIndex
private final int instructionIndex
-
-
Constructor Details
-
InvalidInstructionIndex
public InvalidInstructionIndex(int instructionIndex)
-
-
Method Details
-
getInstructionIndex
public int getInstructionIndex()
-