Skip to contents

OWSException

OWSException

Format

R6Class object.

Value

Object of R6Class modelling a OWS Service exception

Note

Abstract class used by ows4R

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super class

ows4R::OGCAbstractObject -> OWSException

Public fields

ExceptionText

exception text

Methods

Inherited methods


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.