fi.joensuu.cs.tra
Class TreeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TreeException
public TreeException()
TreeException
public TreeException(String reason)
TreeException
public TreeException(Throwable t)