Package com.ibm.wala.shrikeBT
Class Decoder.InvalidBytecodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.wala.shrikeBT.Decoder.InvalidBytecodeException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Decoder
public static class Decoder.InvalidBytecodeException extends Exception
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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-