Trees
Class TreeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Exceptions.GeneralException
              extended by Trees.TreeException
All Implemented Interfaces:
java.io.Serializable

public class TreeException
extends GeneralException

Exception thrown when there is a problem with a tree

Version:
1.0
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class Exceptions.GeneralException
GeneralException.Debug
 
Constructor Summary
TreeException(java.lang.String msg)
          Default constructor
 
Method Summary
 
Methods inherited from class Exceptions.GeneralException
setDebug, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeException

public TreeException(java.lang.String msg)
Default constructor

Parameters:
msg - The cause of the problem