Uses of Class
com.luciad.ogc.ows.model.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
Modifier and TypeMethodDescriptionTLcdOGCServiceException.getExceptions()
Returns a list of exceptions.Modifier and TypeMethodDescriptionvoid
TLcdOGCServiceException.addException
(TLcdOWSException aException) Adds the given OWS exception.ModifierConstructorDescriptionTLcdOGCServiceException
(TLcdOWSException aException, String aServiceVersion, String aServiceName) Constructor with an OWS exception. -
Uses of TLcdOWSException in com.luciad.ogc.ows.model
Modifier and TypeMethodDescriptionTLcdOWSExceptionReport.getException
(int aIndex) Gets the exception at a given position.Modifier and TypeMethodDescriptionvoid
TLcdOWSExceptionReport.addException
(TLcdOWSException aException) Adds an exception. -
Uses of TLcdOWSException in com.luciad.ogc.wfs.client
Modifier and TypeMethodDescriptionTLcdWFSTransactionResponse.getFailedActions()
Returns an exception for each action in the transaction that has failed.