NASA World Wind

gov.nasa.worldwind.applications.gio.catalogui
Class CatalogExceptionList

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.catalogui.CatalogExceptionList
All Implemented Interfaces:
Iterable<CatalogException>

public class CatalogExceptionList
extends Object
implements Iterable<CatalogException>


Constructor Summary
CatalogExceptionList()
           
 
Method Summary
 void addException(CatalogException e)
           
 void addException(int index, CatalogException e)
           
 void addExceptions(Collection<? extends CatalogException> c)
           
 void clearExceptions()
           
 CatalogException getException(int index)
           
 int getExceptionCount()
           
 int getIndex(CatalogException cls)
           
 Iterator<CatalogException> iterator()
           
 void removeException(int index)
           
 void setException(int index, CatalogException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogExceptionList

public CatalogExceptionList()
Method Detail

addException

public void addException(CatalogException e)

addException

public void addException(int index,
                         CatalogException e)

addExceptions

public void addExceptions(Collection<? extends CatalogException> c)

clearExceptions

public void clearExceptions()

getException

public CatalogException getException(int index)

getExceptionCount

public int getExceptionCount()

getIndex

public int getIndex(CatalogException cls)

iterator

public Iterator<CatalogException> iterator()
Specified by:
iterator in interface Iterable<CatalogException>

removeException

public void removeException(int index)

setException

public void setException(int index,
                         CatalogException e)

NASA World Wind