XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core DXPConfigurationException
com.deltaxml.core InvalidPipelineException
com.deltaxml.core UnsupportedDXPVersionException
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Used to indicate that the throwing class does not support the DXP version of the loaded DXP file.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core DXPConfigurationException
com.deltaxml.core InvalidPipelineException
com.deltaxml.core UnsupportedDXPVersionException
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
Used to indicate that the throwing class does not support the DXP version of the loaded DXP file.
This Exception is thrown when the generate method is called on one of the DXPConfiguration classes and the loaded DXP file contains features that are not supported. An example is the XPath-based attributes when and xpath not being supported by com.deltaxml.core.DXPConfiguration.
The Exception contains information about which version the unsupported features are from and which version the throwing class can support.
See Also