Class EmptyListException

All Implemented Interfaces:
Serializable

public class EmptyListException extends RuntimeException
An exception thrown when an attempt is made to access the head or tail of an emtpy ConsList.
Author:
Rod Howell (rhowell@ksu.edu)
See Also:
  • Constructor Details

    • EmptyListException

      public EmptyListException()
      Constructs a new EmptyListException.