Serializable
public class BadBytecode extends Exception
Constructor | Description |
---|---|
BadBytecode(int opcode) |
|
BadBytecode(String msg) |
|
BadBytecode(String msg,
Throwable cause) |
|
BadBytecode(MethodInfo minfo,
Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BadBytecode(int opcode)
public BadBytecode(String msg)
public BadBytecode(MethodInfo minfo, Throwable cause)
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.