Class MissingParameterValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.n52.shetland.ogc.ows.exception.OwsExceptionReport
-
- org.n52.shetland.ogc.ows.exception.CodedException
-
- org.n52.shetland.ogc.ows.exception.CodedOwsException
-
- org.n52.shetland.ogc.ows.exception.MissingParameterValueException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingServiceParameterException,MissingVersionParameterException
public class MissingParameterValueException extends CodedOwsException
Implementation ofCodedOwsExceptionto be used ifOperation request does not include a parameter value, and this server did not declare a default value for that parameter.
-
-
Constructor Summary
Constructors Constructor Description MissingParameterValueException()MissingParameterValueException(Enum<?> parameter)MissingParameterValueException(String parameter)
-
Method Summary
-
Methods inherited from class org.n52.shetland.ogc.ows.exception.CodedException
at, at, causedBy, getCode, getExceptions, getLocator, getMessage, hasMessage, withMessage
-
Methods inherited from class org.n52.shetland.ogc.ows.exception.OwsExceptionReport
getNamespace, getStatus, getVersion, hasStatus, setStatus, setVersion
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-