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:
Wps10Package.getProcessFailedType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExceptionReportType
getExceptionReport()
Returns the value of the 'Exception Report' containment reference.void
setExceptionReport(ExceptionReportType value)
Sets the value of the 'Exception Report
' containment reference.
-
-
-
Method Detail
-
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(ExceptionReportType)
,Wps10Package.getProcessFailedType_ExceptionReport()
-
setExceptionReport
void setExceptionReport(ExceptionReportType value)
Sets the value of the 'Exception Report
' containment reference.- Parameters:
value
- the new value of the 'Exception Report' containment reference.- See Also:
getExceptionReport()
-
-