public class InvalidBytecodeException
extends java.lang.RuntimeException
Constructor and Description |
---|
InvalidBytecodeException(java.lang.String msg)
Constructor.
|
InvalidBytecodeException(java.lang.String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.InstructionHandle handle)
Constructor from method and instruction.
|
InvalidBytecodeException(java.lang.String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.InstructionHandle handle,
java.lang.Throwable cause)
Constructor from method and instruction.
|
InvalidBytecodeException(java.lang.String msg,
java.lang.Throwable cause)
Constructor.
|
public InvalidBytecodeException(java.lang.String msg)
msg
- reason for the exceptionpublic InvalidBytecodeException(java.lang.String msg, java.lang.Throwable cause)
msg
- reason for the exceptioncause
- another exception that is the cause of this exceptionpublic InvalidBytecodeException(java.lang.String message, org.apache.bcel.generic.MethodGen methodGen, org.apache.bcel.generic.InstructionHandle handle)
message
- reason for the errormethodGen
- the methodhandle
- the instructionpublic InvalidBytecodeException(java.lang.String message, org.apache.bcel.generic.MethodGen methodGen, org.apache.bcel.generic.InstructionHandle handle, java.lang.Throwable cause)
message
- reason for the errormethodGen
- the methodhandle
- the instructioncause
- another exception that is the cause of this exceptionFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.