gov.nasa.worldwind.applications.gio.catalogui
Class CatalogExceptionList
java.lang.Object
gov.nasa.worldwind.applications.gio.catalogui.CatalogExceptionList
- All Implemented Interfaces:
- Iterable<CatalogException>
public class CatalogExceptionList
- extends Object
- implements Iterable<CatalogException>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatalogExceptionList
public CatalogExceptionList()
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)