gov.nih.nlm.mms
Class LocalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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