net.sf.jagzilla.exceptions
Class JagzillaImplementationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.jagzilla.exceptions.JagzillaException
              extended bynet.sf.jagzilla.exceptions.JagzillaImplementationException
All Implemented Interfaces:
java.io.Serializable

public class JagzillaImplementationException
extends JagzillaException

base class for errors related to core api implementation specific errors.

Author:
Miguel Griffa
See Also:
Serialized Form

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

JagzillaImplementationException

public JagzillaImplementationException()

JagzillaImplementationException

public JagzillaImplementationException(java.lang.String message)
Parameters:
message -

JagzillaImplementationException

public JagzillaImplementationException(java.lang.String message,
                                       java.lang.Throwable cause)
Parameters:
message -
cause -

JagzillaImplementationException

public JagzillaImplementationException(java.lang.Throwable cause)
Parameters:
cause -


Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.