org.deegree.services.wps.ap.wcts
Class ExceptionCustomizer

java.lang.Object
  extended by org.deegree.services.wps.DefaultExceptionCustomizer
      extended by 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 $

Constructor Summary
ExceptionCustomizer(CodeType processId)
           
 
Method Summary
 OWSException inputMissingParameter(CodeType inputParameterId, String parameter)
           
 OWSException inputMissingParameters(CodeType inputParameterId, String... parameters)
           
 
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
 

Constructor Detail

ExceptionCustomizer

public ExceptionCustomizer(CodeType processId)
Parameters:
processId -
Method Detail

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.