edu.buffalo.nsf.xmlcqa
Class FatalError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byedu.buffalo.nsf.xmlcqa.FatalError
All Implemented Interfaces:
java.io.Serializable

public class FatalError
extends java.lang.Error

Author:
staworko A generic exception for unexpected and fatal system states. This exception extends java.lang.Error and thus doesn't have to be handled. Its use should be reserved only for abnormal situations, when some parts of the system doesn't work with accordance to the specification.
See Also:
Serialized Form

Constructor Summary
FatalError()
           
FatalError(java.lang.String arg0)
           
FatalError(java.lang.String arg0, java.lang.Throwable arg1)
           
FatalError(java.lang.Throwable arg0)
           
 
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

FatalError

public FatalError()

FatalError

public FatalError(java.lang.String arg0)

FatalError

public FatalError(java.lang.String arg0,
                  java.lang.Throwable arg1)

FatalError

public FatalError(java.lang.Throwable arg0)