|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.umd.cs.findbugs.classfile.CheckedAnalysisException
edu.umd.cs.findbugs.ba.DataflowAnalysisException
public class DataflowAnalysisException
Exception type to indicate a dataflow analysis failure.
Dataflow
,
DataflowAnalysis
,
Serialized FormConstructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 exception
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |