| net.opengis.ows.ExceptionType
All known Subclasses: net.opengis.ows.impl.ExceptionTypeImpl,
ExceptionType | public interface ExceptionType extends EObject(Code) | |
A representation of the model object 'Exception Type'.
An Exception element describes one detected error that a server chooses to convey to the client.
The following features are supported:
See Also: net.opengis.ows.OwsPackage.getExceptionType |
getExceptionText | EList getExceptionText()(Code) | | Returns the value of the 'Exception Text' attribute.
Ordered sequence of text strings that describe this specific exception or error. The contents of these strings are left open to definition by each server implementation. A server is strongly encouraged to include at least one ExceptionText value, to provide more information about the detected error than provided by the exceptionCode. When included, multiple ExceptionText values shall provide hierarchical information about one detected error, with the most significant information listed first.
the value of the 'Exception Text' attribute. See Also: ExceptionType.setExceptionText(String) See Also: net.opengis.ows.OwsPackage.getExceptionType_ExceptionText |
getLocator | String getLocator()(Code) | | Returns the value of the 'Locator' attribute.
When included, this locator shall indicate to the client where an exception was encountered in servicing the client's operation request. This locator should be included whenever meaningful information can be provided by the server. The contents of this locator will depend on the specific exceptionCode and OWS service, and shall be specified in the OWS Implementation Specification.
the value of the 'Locator' attribute. See Also: ExceptionType.setLocator(String) See Also: net.opengis.ows.OwsPackage.getExceptionType_Locator |
|
|