Package javassist.bytecode
Class BadBytecode
java.lang.Object
java.lang.Throwable
java.lang.Exception
javassist.bytecode.BadBytecode
- All Implemented Interfaces:
Serializable
Signals that a bad bytecode sequence has been found.
- See Also:
-
Constructor Summary
ConstructorDescriptionBadBytecode
(int opcode) BadBytecode
(String msg) BadBytecode
(String msg, Throwable cause) BadBytecode
(MethodInfo minfo, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadBytecode
public BadBytecode(int opcode) -
BadBytecode
-
BadBytecode
-
BadBytecode
-