FindBugs™ 1.3.9

edu.umd.cs.findbugs.classfile
Class CheckedAnalysisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.umd.cs.findbugs.classfile.CheckedAnalysisException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CFGBuilderException, DataflowAnalysisException, InvalidClassFileFormatException, OrderingConstraintException, ResourceNotFoundException

public class CheckedAnalysisException
extends java.lang.Exception

Common superclass for all checked exceptions that can be thrown while performing some kind of analysis.

Author:
David Hovemeyer
See Also:
Serialized Form

Constructor Summary
CheckedAnalysisException()
          Constructor.
CheckedAnalysisException(CheckedAnalysisException e)
           
CheckedAnalysisException(java.lang.String msg)
          Constructor.
CheckedAnalysisException(java.lang.String msg, java.lang.Throwable cause)
          Constructor.
 
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

CheckedAnalysisException

public CheckedAnalysisException()
Constructor.


CheckedAnalysisException

public CheckedAnalysisException(CheckedAnalysisException e)

CheckedAnalysisException

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

Parameters:
msg - message

CheckedAnalysisException

public CheckedAnalysisException(java.lang.String msg,
                                java.lang.Throwable cause)
Constructor.

Parameters:
msg - message
cause - root cause of this exception

FindBugs™ 1.3.9

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