gov.nih.nlm.mms
Class LocalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygov.nih.nlm.mms.LocalException
All Implemented Interfaces:
Serializable

public class LocalException
extends Exception

Represents an exception thrown by a "known" problem. This class is a mechanism to have the application respond to exceptions that are expected differently than exceptions that are unexpected.

Author:
Deborah Shapiro, Brian Carlsen
See Also:
Serialized Form

Constructor Summary
LocalException()
          Instantiates an empty LocalException.
LocalException(String msg)
          Instantiates a LocalException with the specified error message.
 
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

LocalException

public LocalException()
Instantiates an empty LocalException.


LocalException

public LocalException(String msg)
Instantiates a LocalException with the specified error message.

Parameters:
msg - an error message


Copyright ©2005