FindBugs™ 1.3.9

edu.umd.cs.findbugs
Class FatalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.umd.cs.findbugs.FatalException
All Implemented Interfaces:
java.io.Serializable

public class FatalException
extends java.lang.RuntimeException

A fatal exception which should completely halt the FindBugs analysis. Use sparingly.

Author:
David Hovemeyer
See Also:
Serialized Form

Constructor Summary
FatalException(java.lang.String msg)
          Constructor.
FatalException(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

FatalException

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

Parameters:
msg - message describing the exception

FatalException

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

Parameters:
msg - message describing the exception
cause - another exception which is the root cause

FindBugs™ 1.3.9

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