public class BadBytecode
extends java.lang.Exception
Constructor and Description |
---|
BadBytecode(int opcode) |
BadBytecode(MethodInfo minfo,
java.lang.Throwable cause) |
BadBytecode(java.lang.String msg) |
BadBytecode(java.lang.String msg,
java.lang.Throwable cause) |
public BadBytecode(int opcode)
public BadBytecode(java.lang.String msg)
public BadBytecode(java.lang.String msg, java.lang.Throwable cause)
public BadBytecode(MethodInfo minfo, java.lang.Throwable cause)
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.