public class BadBytecode
extends java.lang.Exception
Constructor | Description |
---|---|
BadBytecode(int opcode) |
|
BadBytecode(java.lang.String msg) |
|
BadBytecode(java.lang.String msg,
java.lang.Throwable cause) |
|
BadBytecode(MethodInfo minfo,
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)
Copyright © 2018 Shigeru Chiba, www.javassist.org. All Rights Reserved.