Class Decoder.InvalidBytecodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wala.shrike.shrikeBT.Decoder.InvalidBytecodeException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Decoder
This exception is thrown when the Decoder detects invalid incoming bytecode (code that would
not pass the Java verifier). We don't guarantee to perform full verification in the Decoder,
however.
- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getIndex
public int getIndex()- Returns:
- the offset of the bytecode instruction deemed to be invalid
-