XmlParseError

class Communicator.XmlParseError()

Error object that is thrown when attempting to parse XML data. This can be thrown in the case of an actual parsing error or a malformed XML file. The error object itself will provide a detailed description of the error.

Constructors

Properties


Constructors

XmlParseError.constructor(message)

Creates a new XmlParseError

Arguments
  • message (string()) –

Return type

XmlParseError()

Properties

XmlParseError.message
Type

string

XmlParseError.name
Type

string

XmlParseError.stack
Type

string optional