Arcane  v3.14.10.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Arcane::DOMError
+ Graphe de collaboration de Arcane::DOMError:

Fonctions membres publiques

Attribute severity (DOM Level 3)
UShort severity () const
 
Attribute message (DOM Level 3)
DOMString message () const
 
Attribute exception (DOM Level 3)
DOMObject relatedException () const
 

Attributs publics statiques

ErrorType
static const UShort SEVERITY_WARNING = 0
 The severity of the error described by the DOMError is warning.
 
static const UShort SEVERITY_ERROR = 1
 The severity of the error described by the DOMError is error.
 
static const UShort SEVERITY_FATAL_ERROR = 2
 The severity of the error described by the DOMError is fatal error.
 

Attribute location (DOM Level 3)

DOMLocator location () const
 
 DOMError (DOMErrorPrv *)
 
 DOMError (const DOMError &from)
 
const DOMErroroperator= (const DOMError &from)
 

Description détaillée

Définition à la ligne 966 du fichier Dom.h.

Documentation des constructeurs et destructeur

◆ DOMError() [1/3]

Arcane::dom::DOMError::DOMError ( )

Définition à la ligne 3428 du fichier DomLibXml2.cc.

◆ DOMError() [2/3]

Arcane::dom::DOMError::DOMError ( DOMErrorPrv *  p)

Définition à la ligne 3433 du fichier DomLibXml2.cc.

◆ ~DOMError()

Arcane::dom::DOMError::~DOMError ( )

Définition à la ligne 3450 du fichier DomLibXml2.cc.

◆ DOMError() [3/3]

Arcane::dom::DOMError::DOMError ( const DOMError from)

Définition à la ligne 3438 du fichier DomLibXml2.cc.

Documentation des fonctions membres

◆ location()

DOMLocator Arcane::dom::DOMError::location ( ) const

Définition à la ligne 3490 du fichier DomLibXml2.cc.

◆ message()

DOMString Arcane::dom::DOMError::message ( ) const

Définition à la ligne 3478 du fichier DomLibXml2.cc.

◆ operator=()

const DOMError & Arcane::dom::DOMError::operator= ( const DOMError from)

Définition à la ligne 3443 du fichier DomLibXml2.cc.

◆ relatedException()

DOMObject Arcane::dom::DOMError::relatedException ( ) const

Définition à la ligne 3484 du fichier DomLibXml2.cc.

◆ severity()

UShort Arcane::dom::DOMError::severity ( ) const

Définition à la ligne 3472 du fichier DomLibXml2.cc.

Documentation des données membres

◆ SEVERITY_ERROR

const UShort Arcane::DOMError::SEVERITY_ERROR = 1
static

The severity of the error described by the DOMError is error.

Définition à la ligne 974 du fichier Dom.h.

◆ SEVERITY_FATAL_ERROR

const UShort Arcane::DOMError::SEVERITY_FATAL_ERROR = 2
static

The severity of the error described by the DOMError is fatal error.

Définition à la ligne 976 du fichier Dom.h.

◆ SEVERITY_WARNING

const UShort Arcane::DOMError::SEVERITY_WARNING = 0
static

The severity of the error described by the DOMError is warning.

Définition à la ligne 972 du fichier Dom.h.


La documentation de cette classe a été générée à partir des fichiers suivants :