org.deegree.services.wps.ap.wcts
Class ExceptionCustomizer
java.lang.Object
org.deegree.services.wps.DefaultExceptionCustomizer
org.deegree.services.wps.ap.wcts.ExceptionCustomizer
- All Implemented Interfaces:
- ExceptionCustomizer
public class ExceptionCustomizer
- extends DefaultExceptionCustomizer
The ExceptionCustomizer
class TODO add class documentation here.
- Version:
- $Revision: 31688 $, $Date: 2011-08-30 15:05:12 +0200 (Tue, 30 Aug 2011) $
- Author:
- Rutger Bezema, last edited by: $Author: mschneider $
Methods inherited from class org.deegree.services.wps.DefaultExceptionCustomizer |
inputEvalutationNotSupported, inputInvalidBBoxCoordinates, inputInvalidCombination, inputInvalidDatatype, inputInvalidOccurrence, inputInvalidParameter, inputMutualExclusive, inputNoSuchParameter, invalidAttributedParameter, missingParameter, missingParameters, mutualExclusive, outputInvalidCombination, outputInvalidParameter, outputNoSuchParameter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionCustomizer
public ExceptionCustomizer(CodeType processId)
- Parameters:
processId
-
inputMissingParameter
public OWSException inputMissingParameter(CodeType inputParameterId,
String parameter)
- Specified by:
inputMissingParameter
in interface ExceptionCustomizer
- Overrides:
inputMissingParameter
in class DefaultExceptionCustomizer
inputMissingParameters
public OWSException inputMissingParameters(CodeType inputParameterId,
String... parameters)
- Specified by:
inputMissingParameters
in interface ExceptionCustomizer
- Overrides:
inputMissingParameters
in class DefaultExceptionCustomizer
Copyright © 2011. All Rights Reserved.