edu.umd.cs.findbugs

Class FatalException

public class FatalException extends RuntimeException

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

Author: David Hovemeyer

Constructor Summary
FatalException(String msg)
Constructor.
FatalException(String msg, Throwable cause)
Constructor.

Constructor Detail

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

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