Package edu.umd.cs.findbugs
Class FatalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.umd.cs.findbugs.FatalException
- All Implemented Interfaces:
Serializable
A fatal exception which should completely halt the FindBugs analysis. Use
sparingly.
- Author:
- David Hovemeyer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFatalException
(String msg) Constructor.FatalException
(String msg, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FatalException
Constructor.- Parameters:
msg
- message describing the exception
-
FatalException
Constructor.- Parameters:
msg
- message describing the exceptioncause
- another exception which is the root cause
-