org.ispheres.shared.core
Class ISphereException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ispheres.shared.core.ISphereException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthorisationException

public class ISphereException
extends java.lang.Exception

A general exception for use by iSpheres classes, a description should be given describing the exception.

Author:
Owen Jones
See Also:
Serialized Form

Constructor Summary
ISphereException()
          The default constructor.
ISphereException(java.lang.String arg0)
          constructor with a description.
ISphereException(java.lang.String arg0, java.lang.Throwable arg1)
          constructor with description and throwable argument.
ISphereException(java.lang.Throwable arg0)
          calls the super constructor with Throwable parameter.
 
Method Summary
 
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

ISphereException

public ISphereException()
The default constructor.


ISphereException

public ISphereException(java.lang.String arg0)
constructor with a description.

Parameters:
arg0 - a description of the exception

ISphereException

public ISphereException(java.lang.Throwable arg0)
calls the super constructor with Throwable parameter.

Parameters:
arg0 - throwable argument

ISphereException

public ISphereException(java.lang.String arg0,
                        java.lang.Throwable arg1)
constructor with description and throwable argument.

Parameters:
arg0 - a description of the exception
arg1 - throwable argument


Copyright © 2004-2005 The Archaeological Computing Laboratory, University of Sydney. All Rights Reserved.