OWSException: OWSException

OWSExceptionR 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

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>


eblondel/ows4R documentation built on April 1, 2024, 8:18 a.m.