Class Poly.EmptyListException
All Packages Class Hierarchy This Package Previous Next Index
Class Poly.EmptyListException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----Poly.EmptyListException
- public class EmptyListException
- extends Exception
EmptyListException is thrown when there is an attempt to
access components of an empty List.
-
cause
-
-
EmptyListException(String)
-
cause
public String cause
EmptyListException
public EmptyListException(String cause)
All Packages Class Hierarchy This Package Previous Next Index