fi.joensuu.cs.tra
Class TreeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by fi.joensuu.cs.tra.TreeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ElementTypeMismatchException

public class TreeException
extends RuntimeException

TreeException is a generic RuntimeException for Tree -related problems.

See Also:
Serialized Form

Constructor Summary
TreeException()
           
TreeException(String reason)
           
TreeException(Throwable t)
           
 
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

TreeException

public TreeException()

TreeException

public TreeException(String reason)

TreeException

public TreeException(Throwable t)