com.tyenki.tree
Class TreeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TreeException
public TreeException(String message,
Exception cause)
- Constructs a new tree exception.
- Parameters:
message - The error message.cause - The cause of the exception.