edu.umd.cs.findbugs.ba
public class InvalidBytecodeException extends RuntimeException
Constructor Summary | |
---|---|
InvalidBytecodeException(String msg)
Constructor.
| |
InvalidBytecodeException(String msg, Throwable cause)
Constructor.
| |
InvalidBytecodeException(String message, MethodGen methodGen, InstructionHandle handle)
Constructor from method and instruction.
| |
InvalidBytecodeException(String message, MethodGen methodGen, InstructionHandle handle, Throwable cause)
Constructor from method and instruction.
|
Parameters: msg reason for the exception
Parameters: msg reason for the exception cause another exception that is the cause of this exception
Parameters: message reason for the error methodGen the method handle the instruction
Parameters: message reason for the error methodGen the method handle the instruction cause another exception that is the cause of this exception