net.sf.jagzilla.exceptions
Class JagzillaImplementationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jagzilla.exceptions.JagzillaException
net.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
| 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 |
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.