Class Decoder.InvalidBytecodeException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Decoder

    public static class Decoder.InvalidBytecodeException
    extends java.lang.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getIndex

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