Package edu.ksu.cis.viewer
Class EmptyTreeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.ksu.cis.viewer.EmptyTreeException
- All Implemented Interfaces:
Serializable
An exception thrown when an attempt is made to access the root or a child of
an emtpy BinaryTree.
- Author:
- Rod Howell (rhowell@ksu.edu)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyTreeException
public EmptyTreeException()Constructs a newEmptyTreeException
.
-