net.sf.jagzilla.exceptions
Class JagzillaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jagzilla.exceptions.JagzillaException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BadParameterException, DateInFutureException, InconsistencyException, JagzillaEventException, JagzillaImplementationException, NoSuchException, NotImplementedException, NullSourceException
- public class JagzillaException
- extends java.lang.Exception
base class for all application exceptions.
When this exception is returned it probably means a general unexpected error.
If this is the case, the getMessage() should provide some info.
- Author:
- mgriffa
- 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 |
JagzillaException
public JagzillaException()
JagzillaException
public JagzillaException(java.lang.String message)
- Parameters:
message -
JagzillaException
public JagzillaException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
JagzillaException
public JagzillaException(java.lang.Throwable cause)
- Parameters:
cause -
Distributed under the GPL.
By Miguel Griffa.
See the Jagzilla project page for more info.