Uses of Class
com.luciad.ogc.ows.model.TLcdOWSException
Packages that use TLcdOWSException
Package
Description
This package contains interfaces and classes common to all OGC web services.
This package contains an implementation of the OGC Web Service (OWS) common specification
version 1.0 and 1.1.0, as described respectively in OGC documents 05-008c1 and 06-121r3.
Client API for an OGC Web Feature Service (WFS).
-
Uses of TLcdOWSException in com.luciad.ogc.common
Methods in com.luciad.ogc.common that return types with arguments of type TLcdOWSExceptionModifier and TypeMethodDescriptionTLcdOGCServiceException.getExceptions()Returns a list of exceptions.Methods in com.luciad.ogc.common with parameters of type TLcdOWSExceptionModifier and TypeMethodDescriptionvoidTLcdOGCServiceException.addException(TLcdOWSException aException) Adds the given OWS exception.Constructors in com.luciad.ogc.common with parameters of type TLcdOWSExceptionModifierConstructorDescriptionTLcdOGCServiceException(TLcdOWSException aException, String aServiceVersion, String aServiceName) Constructor with an OWS exception. -
Uses of TLcdOWSException in com.luciad.ogc.ows.model
Methods in com.luciad.ogc.ows.model that return TLcdOWSExceptionModifier and TypeMethodDescriptionTLcdOWSExceptionReport.getException(int aIndex) Gets the exception at a given position.Methods in com.luciad.ogc.ows.model with parameters of type TLcdOWSExceptionModifier and TypeMethodDescriptionvoidTLcdOWSExceptionReport.addException(TLcdOWSException aException) Adds an exception. -
Uses of TLcdOWSException in com.luciad.ogc.wfs.client
Methods in com.luciad.ogc.wfs.client that return types with arguments of type TLcdOWSExceptionModifier and TypeMethodDescriptionTLcdWFSTransactionResponse.getFailedActions()Returns an exception for each action in the transaction that has failed.