public class InvalidBytecodeException extends RuntimeException
Constructor and Description |
---|
InvalidBytecodeException(String msg)
Constructor.
|
InvalidBytecodeException(String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.InstructionHandle handle)
Constructor from method and instruction.
|
InvalidBytecodeException(String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.InstructionHandle handle,
Throwable cause)
Constructor from method and instruction.
|
InvalidBytecodeException(String msg,
Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidBytecodeException(String msg)
msg
- reason for the exceptionpublic InvalidBytecodeException(String msg, Throwable cause)
msg
- reason for the exceptioncause
- another exception that is the cause of this exceptionpublic InvalidBytecodeException(String message, org.apache.bcel.generic.MethodGen methodGen, org.apache.bcel.generic.InstructionHandle handle)
message
- reason for the errormethodGen
- the methodhandle
- the instructionpublic InvalidBytecodeException(String message, org.apache.bcel.generic.MethodGen methodGen, org.apache.bcel.generic.InstructionHandle handle, Throwable cause)
message
- reason for the errormethodGen
- the methodhandle
- the instructioncause
- another exception that is the cause of this exceptionCopyright © 2003–2015. All rights reserved.