NASA World Wind

gov.nasa.worldwind.applications.gio.ows
Interface ExceptionReport

All Superinterfaces:
Iterable<ExceptionType>
All Known Implementing Classes:
ExceptionReportParser

public interface ExceptionReport
extends Iterable<ExceptionType>


Method Summary
 void addException(ExceptionType e)
           
 void addException(int index, ExceptionType e)
           
 void addExceptions(Collection<? extends ExceptionType> c)
           
 void clearExceptions()
           
 ExceptionType getException(int index)
           
 int getExceptionCount()
           
 int getIndex(ExceptionType e)
           
 String getLang()
           
 String getVersion()
           
 void removeException(int index)
           
 void setException(int index, ExceptionType e)
           
 void setLang(String lang)
           
 void setVersion(String version)
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

addException

void addException(ExceptionType e)

addException

void addException(int index,
                  ExceptionType e)

addExceptions

void addExceptions(Collection<? extends ExceptionType> c)

clearExceptions

void clearExceptions()

getException

ExceptionType getException(int index)

getExceptionCount

int getExceptionCount()

getIndex

int getIndex(ExceptionType e)

getLang

String getLang()

getVersion

String getVersion()

removeException

void removeException(int index)

setException

void setException(int index,
                  ExceptionType e)

setLang

void setLang(String lang)

setVersion

void setVersion(String version)

NASA World Wind