FindBugs™ 1.3.9

edu.umd.cs.findbugs.classfile
Class UncheckedAnalysisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.umd.cs.findbugs.classfile.UncheckedAnalysisException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AnalysisException

public class UncheckedAnalysisException
extends java.lang.RuntimeException

Common base class for unchecked analysis exceptions.

Author:
David Hovemeyer
See Also:
Serialized Form

Constructor Summary
UncheckedAnalysisException(java.lang.String message)
          Constructor.
UncheckedAnalysisException(java.lang.String message, 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

UncheckedAnalysisException

public UncheckedAnalysisException(java.lang.String message)
Constructor.

Parameters:
message - message describing the exception

UncheckedAnalysisException

public UncheckedAnalysisException(java.lang.String message,
                                  java.lang.Throwable cause)
Constructor.

Parameters:
message - message describing the exception
cause - another exception which is the underlying cause of this one

FindBugs™ 1.3.9

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