Class EmptyTreeException

All Implemented Interfaces:
Serializable

public class EmptyTreeException extends RuntimeException
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 Details

    • EmptyTreeException

      public EmptyTreeException()
      Constructs a new EmptyTreeException.