net.ggtools.grand.exceptions
Class GrandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.ggtools.grand.exceptions.GrandException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicateElementException, NonExistentNodeException

public class GrandException
extends java.lang.Exception

Base class for all grand exceptions.

Author:
Christophe Labouisse
See Also:
Serialized Form

Constructor Summary
GrandException()
          Creates an new "empty" exception.
GrandException(java.lang.String message)
          Creates an new exception.
GrandException(java.lang.String message, java.lang.Throwable cause)
          Creates an new exception.
GrandException(java.lang.Throwable cause)
          Creates an new exception.
 
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

GrandException

public GrandException()
Creates an new "empty" exception.


GrandException

public GrandException(java.lang.String message)
Creates an new exception.

Parameters:
message - explainatory message of the exception cause.

GrandException

public GrandException(java.lang.Throwable cause)
Creates an new exception.

Parameters:
cause - root cause

GrandException

public GrandException(java.lang.String message,
                      java.lang.Throwable cause)
Creates an new exception.

Parameters:
message - explainatory message of the exception cause.
cause - root cause


Copyright © 2004-2005 ggTools. All Rights Reserved.