
#############
XmlParseError
#############

.. js:class:: wv.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.
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wv.XmlParseError.constructor`
   
   



.. rst-class:: kind-group kind-constructors

.. rubric:: Constructors
   :class: kind-group-title


.. js:method:: wv.XmlParseError.constructor

      .. rst-class:: sig-pretty-signature
      
         | XmlParseError(**message**\ : *string*\ ): :js:class:`XmlParseError <wv.XmlParseError>`
      
      Creates a new XmlParseError
      
      **Parameters**
      
      
         **message**\ : *string*
      
      
      **Returns**\ : :js:class:`XmlParseError <wv.XmlParseError>`
      




