gov.nist.microanalysis.Utility
Class UtilException

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

Constructor Summary
UtilException()
           
UtilException(java.lang.String string)
           
UtilException(java.lang.String string, java.lang.Throwable throwable)
           
UtilException(java.lang.Throwable throwable)
           
 
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

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)