edu.umd.cs.findbugs.ba
public class DataflowAnalysisException extends CheckedAnalysisException
See Also: Dataflow DataflowAnalysis
Constructor Summary | |
---|---|
DataflowAnalysisException()
Constructor. | |
DataflowAnalysisException(String msg)
Constructor.
| |
DataflowAnalysisException(String msg, Throwable cause)
Constructor from message and another Throwable object.
| |
DataflowAnalysisException(String message, MethodGen methodGen, InstructionHandle handle)
Constructor from method and instruction.
| |
DataflowAnalysisException(String message, MethodGen methodGen, InstructionHandle handle, Throwable cause)
Constructor from message, method and instruction, and Throwable object (cause).
|
Parameters: msg message describing the reason for the exception
Parameters: msg message describing the reason for the exception cause a Throwable which is the cause of the 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 a Throwable which is the cause of the exception