Class 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

      Constructors 
      Constructor Description
      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

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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