OWSException {ows4R} | R Documentation |
OWSException
Description
OWSException
OWSException
Format
R6Class
object.
Value
Object of R6Class
modelling a OWS Service exception
Super class
ows4R::OGCAbstractObject
-> OWSException
Public fields
ExceptionText
exception text
Methods
Public methods
Inherited methods
ows4R::OGCAbstractObject$ERROR()
ows4R::OGCAbstractObject$INFO()
ows4R::OGCAbstractObject$WARN()
ows4R::OGCAbstractObject$encode()
ows4R::OGCAbstractObject$getClass()
ows4R::OGCAbstractObject$getClassName()
ows4R::OGCAbstractObject$getNamespaceDefinition()
ows4R::OGCAbstractObject$isFieldInheritedFrom()
ows4R::OGCAbstractObject$logger()
ows4R::OGCAbstractObject$print()
Method new()
Initializes an object of class OWSException
Usage
OWSException$new(xmlObj, logger = NULL)
Arguments
xmlObj
object of class XMLInternalNode-class from XML
logger
logger
Method getLocator()
Get exception locator
Usage
OWSException$getLocator()
Returns
the exception locator, object of class character
Method getCode()
Get exception code
Usage
OWSException$getCode()
Returns
the exception code, object of class character
Method getText()
Get exception text explanation
Usage
OWSException$getText()
Returns
the exception text, object of class character
Method clone()
The objects of this class are cloneable with this method.
Usage
OWSException$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Note
Abstract class used by ows4R
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
[Package ows4R version 0.4 Index]