Package net.opengis.ows11
Interface ExceptionType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ExceptionTypeImpl
public interface ExceptionType
extends EObject
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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Exception Code' attribute.EList
Returns the value of the 'Exception Text' attribute list.Returns the value of the 'Locator' attribute.void
setExceptionCode
(String value) Sets the value of the 'Exception Code
' attribute.void
setLocator
(String value) Sets the value of the 'Locator
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getExceptionText
EList getExceptionText()Returns the value of the 'Exception Text' attribute list. The list contents are of typeString
. 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.- Returns:
- the value of the 'Exception Text' attribute list.
- See Also:
-
getExceptionCode
String getExceptionCode()Returns the value of the 'Exception Code' attribute. A code representing the type of this exception, which shall be selected from a set of exceptionCode values specified for the specific service operation and server.- Returns:
- the value of the 'Exception Code' attribute.
- See Also:
-
setExceptionCode
Sets the value of the 'Exception Code
' attribute.- Parameters:
value
- the new value of the 'Exception Code' attribute.- See Also:
-
getLocator
String getLocator()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.- Returns:
- the value of the 'Locator' attribute.
- See Also:
-
setLocator
Sets the value of the 'Locator
' attribute.- Parameters:
value
- the new value of the 'Locator' attribute.- See Also:
-