XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.cores9api PDConfigurationException
com.deltaxml.cores9api DynamicPDFormatException
com.deltaxml.cores9api PDAdvancedConfigException
com.deltaxml.cores9api PDFilterConfigurationException
com.deltaxml.cores9api StaticPDFormatException
Namespace: com.deltaxml.cores9api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Indicates an error condition in the Pipeline Description format.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.cores9api PDConfigurationException
com.deltaxml.cores9api DynamicPDFormatException
com.deltaxml.cores9api PDAdvancedConfigException
com.deltaxml.cores9api PDFilterConfigurationException
com.deltaxml.cores9api StaticPDFormatException
Namespace: com.deltaxml.cores9api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
Indicates an error condition in the Pipeline Description format.
This class is the super-class of most of the checked exceptions thrown by methods associated with the Pipeline Description format. As such it could be used for simplified, coarse-grain catch or throws clauses.
See Also