gov.nasa.worldwind.applications.gio.ows
Interface ExceptionReport
- All Superinterfaces:
- Iterable<ExceptionType>
- All Known Implementing Classes:
- ExceptionReportParser
public interface ExceptionReport
- extends Iterable<ExceptionType>
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)