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.

Variable Index

 o cause

Constructor Index

 o EmptyListException(String)

Variables

 o cause
  public String cause

Constructors

 o EmptyListException
  public EmptyListException(String cause)

All Packages  Class Hierarchy  This Package  Previous  Next  Index