gov.nist.microanalysis.EPQLibrary
Class EPQException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

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

Constructor Detail

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)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable