- 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