Package org.jf.dexlib2.util
Class InstructionOffsetMap.InvalidInstructionOffset
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jf.util.ExceptionWithContext
org.jf.dexlib2.util.InstructionOffsetMap.InvalidInstructionOffset
- 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
-
instructionOffset
private final int instructionOffset
-
-
Constructor Details
-
InvalidInstructionOffset
public InvalidInstructionOffset(int instructionOffset)
-
-
Method Details
-
getInstructionOffset
public int getInstructionOffset()
-