gov.nist.microanalysis.EPQLibrary
Class EPQFatalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| 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 |
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)