com.tyenki.tree
Class TreeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.tyenki.tree.TreeException
All Implemented Interfaces:
Serializable

public class TreeException
extends Exception

A general exception for this package.

Version:
6 January 2009
Author:
Christophe Lauret
See Also:
Serialized Form

Constructor Summary
TreeException(String message, Exception cause)
          Constructs a new tree 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeException

public TreeException(String message,
                     Exception cause)
Constructs a new tree exception.

Parameters:
message - The error message.
cause - The cause of the exception.