OWSException
OWSException
Object of R6Class modelling a OWS Service exception
R6Class object.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ows4R::OGCAbstractObject -> OWSException
ExceptionTextexception text
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()
new()Initializes an object of class OWSException
OWSException$new(xmlObj, logger = NULL)xmlObjobject of class XMLInternalNode-class from XML
loggerlogger
getLocator()Get exception locator
OWSException$getLocator()the exception locator, object of class character
getCode()Get exception code
OWSException$getCode()the exception code, object of class character
getText()Get exception text explanation
OWSException$getText()the exception text, object of class character
clone()The objects of this class are cloneable with this method.
OWSException$clone(deep = FALSE)deepWhether to make a deep clone.