javassist.bytecode
Class BadBytecode
java.lang.Object
java.lang.Throwable
java.lang.Exception
javassist.bytecode.BadBytecode
- All Implemented Interfaces:
- Serializable
public class BadBytecode
- extends Exception
Signals that a bad bytecode sequence has been found.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadBytecode
public BadBytecode(int opcode)
BadBytecode
public BadBytecode(String msg)
BadBytecode
public BadBytecode(String msg,
Throwable cause)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.