Xml.XMLIntf.EXMLDocError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEXMLDocError

Delphi

EXMLDocError = class(Exception)

C++

class PASCALIMPLEMENTATION EXMLDocError : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf Xml.XMLIntf

Description

EXMLDocError is the exception class for errors that can occur when editing or parsing an XML document.

EXMLDocError is raised by TXMLDocument or TXMLNode when:

  • An error occurs when loading an XML document.
  • An error occurs when creating a node in an XML document.
  • A required DOM interface is not found.
  • An option is requested that is not supported by the DOM implementation.
  • An attempt is made to perform an action that is not consistent with the specified node type.

See Also