public class BadBytecode extends Exception
Constructor and Description |
---|
BadBytecode(int opcode) |
BadBytecode(MethodInfo minfo,
Throwable cause) |
BadBytecode(String msg) |
BadBytecode(String msg,
Throwable cause) |
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 © 2024. All rights reserved.