Uses of Class
org.n52.shetland.ogc.ows.exception.CodedException
-
Packages that use CodedException Package Description org.n52.shetland.inspire.omso org.n52.shetland.ogc.ows.exception org.n52.shetland.ogc.sos.exception org.n52.shetland.ogc.wps.exception -
-
Uses of CodedException in org.n52.shetland.inspire.omso
Constructors in org.n52.shetland.inspire.omso that throw CodedException Constructor Description MultiPointObservation(OmObservation observation)constructor -
Uses of CodedException in org.n52.shetland.ogc.ows.exception
Subclasses of CodedException in org.n52.shetland.ogc.ows.exception Modifier and Type Class Description classCodedOwsExceptionImplementation ofCodedExceptionfor OWS ExceptionsclassInvalidParameterValueExceptionImplementation ofCodedOwsExceptionto be used ifclassInvalidUpdateSequenceExceptionImplementation ofCodedOwsExceptionto be used ifclassMissingParameterValueExceptionImplementation ofCodedOwsExceptionto be used ifclassMissingServiceParameterExceptionclassMissingVersionParameterExceptionclassNoApplicableCodeExceptionImplementation ofCodedOwsExceptionto be used ifclassOperationNotSupportedExceptionImplementation ofCodedOwsExceptionto be used ifclassOptionNotSupportedExceptionImplementation ofCodedOwsExceptionto be used ifclassVersionNegotiationFailedExceptionImplementation ofCodedOwsExceptionto be used ifMethods in org.n52.shetland.ogc.ows.exception that return CodedException Modifier and Type Method Description CodedExceptionCodedException. at(Enum<?> locator)CodedExceptionCodedException. at(String locator)CodedExceptionCodedException. causedBy(Throwable exception)CodedExceptionCodedException. withMessage(String message, Object... args)Methods in org.n52.shetland.ogc.ows.exception that return types with arguments of type CodedException Modifier and Type Method Description List<CodedException>CodedException. getExceptions()List<? extends CodedException>CompositeOwsException. getExceptions()abstract List<? extends CodedException>OwsExceptionReport. getExceptions() -
Uses of CodedException in org.n52.shetland.ogc.sos.exception
Subclasses of CodedException in org.n52.shetland.ogc.sos.exception Modifier and Type Class Description classCodedSosExceptionclassResponseExceedsSizeLimitException -
Uses of CodedException in org.n52.shetland.ogc.wps.exception
Subclasses of CodedException in org.n52.shetland.ogc.wps.exception Modifier and Type Class Description classCodedWpsExceptionclassNoSuchJobExceptionImplementation ofCodedWpsExceptionto be used ifclassResultNotReadyExceptionImplementation ofCodedWpsExceptionto be used if
-