XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core DXPConfigurationException
com.deltaxml.core ParameterValueConflict
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Thrown when an a parameter or feature has incorrect DXP syntax.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core DXPConfigurationException
com.deltaxml.core ParameterValueConflict
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
Thrown when an a parameter or feature has incorrect DXP syntax.
The DTD used to specify the DXP format cannot state that two attributes are mutually exclusive. This exception is thrown when errors in the DXP configuration are detected. In particular, when neither the literalValue and parameterRef attributes are present, or when they are both present. Normally exactly one of these attributes should be used.
This exception reports the parameter/feature name and the context in which it was being incorrectly used.
See Also