Package net.opengis.wps10
Interface ProcessFailedType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ProcessFailedTypeImpl
public interface ProcessFailedType
extends EObject
A representation of the model object 'Process Failed Type'.
Indicator that the process has failed to execute successfully. The reason for failure is given in the exception report.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Exception Report' containment reference.void
Sets the value of the 'Exception Report
' containment reference.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
-
getExceptionReport
ExceptionReportType getExceptionReport()Returns the value of the 'Exception Report' containment reference. Report message returned to the client that requested any OWS operation when the server detects an error while processing that operation request.- Returns:
- the value of the 'Exception Report' containment reference.
- See Also:
-
setExceptionReport
Sets the value of the 'Exception Report
' containment reference.- Parameters:
value
- the new value of the 'Exception Report' containment reference.- See Also:
-