FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba
Class DataflowAnalysisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.umd.cs.findbugs.classfile.CheckedAnalysisException
              extended by edu.umd.cs.findbugs.ba.DataflowAnalysisException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MissingClassException, ObligationAcquiredOrReleasedInLoopException

public class DataflowAnalysisException
extends CheckedAnalysisException

Exception type to indicate a dataflow analysis failure.

See Also:
Dataflow, DataflowAnalysis, Serialized Form

Constructor 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

DataflowAnalysisException

public DataflowAnalysisException()
Constructor.


DataflowAnalysisException

public DataflowAnalysisException(java.lang.String msg)
Constructor.

Parameters:
msg - message describing the reason for the exception

DataflowAnalysisException

public DataflowAnalysisException(java.lang.String msg,
                                 java.lang.Throwable cause)
Constructor from message and another Throwable object.

Parameters:
msg - message describing the reason for the exception
cause - a Throwable which is the cause of the exception

DataflowAnalysisException

public DataflowAnalysisException(java.lang.String message,
                                 org.apache.bcel.generic.MethodGen methodGen,
                                 org.apache.bcel.generic.InstructionHandle handle)
Constructor from method and instruction.

Parameters:
message - reason for the error
methodGen - the method
handle - the instruction

DataflowAnalysisException

public 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).

Parameters:
message - reason for the error
methodGen - the method
handle - the instruction
cause - a Throwable which is the cause of the exception

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.