net.sf.jagzilla.exceptions
Class JagzillaException

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

Constructor Summary
JagzillaException()
           
JagzillaException(java.lang.String message)
           
JagzillaException(java.lang.String message, java.lang.Throwable cause)
           
JagzillaException(java.lang.Throwable cause)
           
 
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

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.