Class FatalException

All Implemented Interfaces:
Serializable

public class FatalException extends RuntimeException
A fatal exception which should completely halt the FindBugs analysis. Use sparingly.
Author:
David Hovemeyer
See Also:
  • Constructor Details

    • FatalException

      public FatalException(String msg)
      Constructor.
      Parameters:
      msg - message describing the exception
    • FatalException

      public FatalException(String msg, Throwable cause)
      Constructor.
      Parameters:
      msg - message describing the exception
      cause - another exception which is the root cause