ParserException ClassDeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Indicates a problem creating or configuring an XML Parser.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.dita DeltaXMLDitaException
          com.deltaxml.dita ParserException

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

[SerializableAttribute]
public class ParserException : DeltaXMLDitaException
Remarks

Indicates a problem creating or configuring an XML Parser.

This Exception could be thrown when parser creation fails or when attempts are made to set invalid feature or property settings on a parser.

For more specific details, see the exception message or the underlying cause.

See Also