All Packages Class Hierarchy This Package Previous Next Index
Class rebelsky.util.EmptyListException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----rebelsky.util.ListException
|
+----rebelsky.util.EmptyListException
- public class EmptyListException
- extends ListException
An exception that is thrown when one attempts to do something
invalid with an empty list.
- Version:
- 1.0 of March 1998
- Author:
- Samuel A. Rebelsky
Constructor Index
- o
EmptyListException()
- Create a new exception with no explanation.
- o
EmptyListException(String)
- Create a new exception with a textual explanation.
Constructors
o
EmptyListException
public EmptyListException()
- Create a new exception with no explanation.
o
EmptyListException
public EmptyListException(String why)
- Create a new exception with a textual explanation.
All Packages Class Hierarchy This Package Previous Next Index