public class DataflowAnalysisException extends CheckedAnalysisException
Dataflow
,
DataflowAnalysis
,
Serialized FormConstructor and Description |
---|
DataflowAnalysisException()
Constructor.
|
DataflowAnalysisException(java.lang.String msg)
Constructor.
|
DataflowAnalysisException(java.lang.String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.InstructionHandle handle)
Constructor from method and instruction.
|
DataflowAnalysisException(java.lang.String message,
org.apache.bcel.generic.MethodGen methodGen,
org.apache.bcel.generic.InstructionHandle handle,
java.lang.Throwable cause)
Constructor from message, method and instruction, and Throwable object
(cause).
|
DataflowAnalysisException(java.lang.String msg,
java.lang.Throwable cause)
Constructor from message and another Throwable object.
|
public DataflowAnalysisException()
public DataflowAnalysisException(java.lang.String msg)
msg
- message describing the reason for the exceptionpublic DataflowAnalysisException(java.lang.String msg, java.lang.Throwable cause)
msg
- message describing the reason for the exceptioncause
- a Throwable which is the cause of the exceptionpublic DataflowAnalysisException(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 DataflowAnalysisException(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
- a Throwable which is the cause of the exceptionFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.