XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core PipelinedComparatorException
com.deltaxml.core FeatureSettingNotSupportedException
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Thrown to indicate that a feature has been set to a value which is not supported or is disallowed.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core PipelinedComparatorException
com.deltaxml.core FeatureSettingNotSupportedException
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
Thrown to indicate that a feature has been set to a value which is not supported or is disallowed.
For correct pipeline operation the use of certain feature settings is restricted. However feature support is still needed, hence this exception.
See com.deltaxml.core.PipelinedComparator.setParserFeature(System.String,System.Boolean) for further details of the restrictions.
Methods are provided to determine the feature name that was used and the proposed (incorrect) value.
See Also