DeltaXML DITA Compare .NET API Documentation
System Object
System Exception
Throwable
Exception
com.deltaxml.dita DeltaXMLDitaException
com.deltaxml.dita DifferentRootElementException
com.deltaxml.dita DitaIOException
com.deltaxml.dita DitaTopicProcessingException
com.deltaxml.dita FilterProcessingException
com.deltaxml.dita InputLoadException
com.deltaxml.dita InvalidInputException
com.deltaxml.dita LicenseException
com.deltaxml.dita ParserException
com.deltaxml.dita PerformMarkupException
com.deltaxml.dita SerializationException
Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Specifies an exceptional condition in the DITA Comparator.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.dita DeltaXMLDitaException
com.deltaxml.dita DifferentRootElementException
com.deltaxml.dita DitaIOException
com.deltaxml.dita DitaTopicProcessingException
com.deltaxml.dita FilterProcessingException
com.deltaxml.dita InputLoadException
com.deltaxml.dita InvalidInputException
com.deltaxml.dita LicenseException
com.deltaxml.dita ParserException
com.deltaxml.dita PerformMarkupException
com.deltaxml.dita SerializationException
Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax
Remarks
Specifies an exceptional condition in the DITA Comparator.
This class is the superclass of most of the checked Exceptions thrown by the DITA Comparator. It can therefore be used for coarse-grained Exception handling if you do not wish to catch each individual Exception
See Also