Package edu.ksu.cis.viewer
Class EmptyListException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.ksu.cis.viewer.EmptyListException
- All Implemented Interfaces:
Serializable
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 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
-
EmptyListException
public EmptyListException()Constructs a newEmptyListException
.
-