sbrt
Class FatalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by sbrt.FatalException
All Implemented Interfaces:
java.io.Serializable

public class FatalException
extends java.lang.RuntimeException

This class is used to represent an unrecoverable, or fatal, exception.

Author:
This class was written and documented by Jeremiah Wright while in the Wagner lab.
See Also:
Serialized Form

Constructor Summary
FatalException(java.lang.String errorMessage)
          Constructs a new object.
 
Method Summary
 
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

FatalException

public FatalException(java.lang.String errorMessage)
Constructs a new object.

Parameters:
errorMessage - an informative message describing the error that occured.