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