gov.nist.microanalysis.EPQLibrary
Class EPQFatalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by gov.nist.microanalysis.EPQLibrary.EPQFatalException
All Implemented Interfaces:
java.io.Serializable

public class EPQFatalException
extends java.lang.RuntimeException

An exception that is thrown at runtime when something really bad happens. When an error of this type occurs it is assumed that the program execution should not be permitted to continue.

Copyright: Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain

Company: National Institute of Standards and Technology

Version:
1.0
Author:
Nicholas W. M. Ritchie
See Also:
Serialized Form

Constructor Summary
EPQFatalException()
           
EPQFatalException(java.lang.String p0)
           
EPQFatalException(java.lang.String p0, java.lang.Throwable p1)
           
EPQFatalException(java.lang.Throwable p0)
           
 
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

EPQFatalException

public EPQFatalException()

EPQFatalException

public EPQFatalException(java.lang.String p0)

EPQFatalException

public EPQFatalException(java.lang.Throwable p0)

EPQFatalException

public EPQFatalException(java.lang.String p0,
                         java.lang.Throwable p1)