Package javassist.bytecode
Class BadBytecode
java.lang.Object
java.lang.Throwable
java.lang.Exception
javassist.bytecode.BadBytecode
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BasicBlock.JsrBytecode
Signals that a bad bytecode sequence has been found.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
default serialVersionUID -
Constructor Summary
ConstructorsConstructorDescriptionBadBytecode
(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
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDdefault serialVersionUID- See Also:
-
-
Constructor Details
-
BadBytecode
public BadBytecode(int opcode) -
BadBytecode
-
BadBytecode
-
BadBytecode
-