Class 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 Detail

      • getIndex

        public int getIndex()
        Returns:
        the offset of the bytecode instruction deemed to be invalid