public class OWSExceptionReport extends OWSException
This class encapsulates a list of OWS exceptions and can be used to generate an XML report. It itself derives from OWSException can be thrown as such.
Modifier and Type | Field and Description |
---|---|
protected ArrayList<OWSException> |
exceptionList |
badValue, code, invalid_param_code, invalid_param_text, invalid_request_code, invalid_request_text, locator, missing_param_code, missing_param_text, no_code, no_code_text, soapVersion, unsupported_op_code, unsupported_op_text, version, VERSION_10, VERSION_11, version_nego_failed_code, version_nego_failed_text
Constructor and Description |
---|
OWSExceptionReport() |
OWSExceptionReport(OWSException e) |
OWSExceptionReport(String version) |
Modifier and Type | Method and Description |
---|---|
void |
add(OWSException e)
Helper method to add an exception to the report
|
List<OWSException> |
getExceptionList() |
String |
getMessage() |
void |
process() |
getBadValue, getCode, getLocator, getSoapVersion, getVersion, setBadValue, setCode, setLocator, setSoapVersion, setVersion
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ArrayList<OWSException> exceptionList
public OWSExceptionReport()
public OWSExceptionReport(String version)
public OWSExceptionReport(OWSException e)
public void add(OWSException e)
e
- public List<OWSException> getExceptionList()
public String getMessage()
getMessage
in class OWSException
public void process() throws OWSException
OWSException
Copyright © 2016 Sensia Software LLC. All rights reserved.