net.pacbell.jfai.toh.domain
Class AbstractException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.pacbell.jfai.toh.domain.AbstractException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConfigurationException, InvalidMoveException
public abstract class AbstractException
- extends Exception
Abstract class that is the parent of all exceptions in the domain package.
- Author:
- Jürgen Failenschmid
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AbstractException
protected AbstractException()
- Creates a default instance.
- See Also:
Exception.Exception()
AbstractException
protected AbstractException(String message)
- Creates an instance with a message.
- See Also:
Exception.Exception(java.lang.String)