gov.nist.microanalysis.Utility
Class UtilException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nist.microanalysis.Utility.UtilException
- All Implemented Interfaces:
- java.io.Serializable
public class UtilException
- extends java.lang.Exception
Defines a class for non-fatal exceptions occuring in the utility 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
| 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 |
UtilException
public UtilException()
UtilException
public UtilException(java.lang.String string)
UtilException
public UtilException(java.lang.String string,
java.lang.Throwable throwable)
UtilException
public UtilException(java.lang.Throwable throwable)