gov.nist.microanalysis.EPQLibrary
Class EPQException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nist.microanalysis.EPQLibrary.EPQException
- All Implemented Interfaces:
- java.io.Serializable
public class EPQException
- extends java.lang.Exception
An exception class to serve as a base Exception class for all error occuring
in this library.
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
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EPQException
public EPQException()
EPQException
public EPQException(java.lang.String p0)
EPQException
public EPQException(java.lang.Throwable p0)
EPQException
public EPQException(java.lang.String p0,
java.lang.Throwable p1)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable