Uses of Class
org.deegree.commons.utils.kvp.MissingParameterException

Packages that use MissingParameterException
org.deegree.commons.utils.kvp   
org.deegree.protocol.ows.exception   
org.deegree.protocol.wfs.describefeaturetype   
org.deegree.protocol.wfs.getgmlobject   
org.deegree.protocol.wfs.transaction   
org.deegree.protocol.wps.describeprocess   
 

Uses of MissingParameterException in org.deegree.commons.utils.kvp
 

Methods in org.deegree.commons.utils.kvp that throw MissingParameterException
static java.lang.String KVPUtils.getRequired(java.util.Map<java.lang.String,java.lang.String> param, java.lang.String key)
          Returns the value of the key.
static double KVPUtils.getRequiredDouble(java.util.Map<java.lang.String,java.lang.String> param, java.lang.String key)
           
static int KVPUtils.getRequiredInt(java.util.Map<java.lang.String,java.lang.String> param, java.lang.String key)
           
 

Uses of MissingParameterException in org.deegree.protocol.ows.exception
 

Constructors in org.deegree.protocol.ows.exception with parameters of type MissingParameterException
OWSException(MissingParameterException cause)
          Creates a new OWSException from an MissingParameterException.
 

Uses of MissingParameterException in org.deegree.protocol.wfs.describefeaturetype
 

Methods in org.deegree.protocol.wfs.describefeaturetype that throw MissingParameterException
static DescribeFeatureType DescribeFeatureTypeKVPAdapter.parse(java.util.Map<java.lang.String,java.lang.String> kvpParams)
          Parses a normalized KVP-map as a WFS DescribeFeatureType request.
 

Uses of MissingParameterException in org.deegree.protocol.wfs.getgmlobject
 

Methods in org.deegree.protocol.wfs.getgmlobject that throw MissingParameterException
static GetGmlObject GetGmlObjectKVPAdapter.parse(java.util.Map<java.lang.String,java.lang.String> kvpParams)
          Parses a normalized KVP-map as a WFS GetGmlObject request.
 

Uses of MissingParameterException in org.deegree.protocol.wfs.transaction
 

Methods in org.deegree.protocol.wfs.transaction that throw MissingParameterException
static Transaction TransactionKVPAdapter.parse(java.util.Map<java.lang.String,java.lang.String> kvpParams)
          Parses a normalized KVP-map as a WFS Transaction request.
 

Uses of MissingParameterException in org.deegree.protocol.wps.describeprocess
 

Methods in org.deegree.protocol.wps.describeprocess that throw MissingParameterException
static DescribeProcessRequest DescribeProcessRequestKVPAdapter.parse100(java.util.Map<java.lang.String,java.lang.String> kvpParams)
          Parses the given WPS 1.0.0 DescribeProcess KVP request.
 



Copyright © 2011. All Rights Reserved.