Class BadBytecode

All Implemented Interfaces:
Serializable

public class BadBytecode extends Exception
Signals that a bad bytecode sequence has been found.
See Also:
  • Constructor Details

    • BadBytecode

      public BadBytecode(int opcode)
    • BadBytecode

      public BadBytecode(String msg)
    • BadBytecode

      public BadBytecode(String msg, Throwable cause)
    • BadBytecode

      public BadBytecode(MethodInfo minfo, Throwable cause)