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 MissingSystemIdException
com.deltaxml.core NonUniqueParameterNameException
com.deltaxml.core ParameterValueConflict
com.deltaxml.core UnknownParameterException
com.deltaxml.cores9api ConditionalFilterXPathException
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Indicates an error condition in the DXPConfiguration.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core DXPConfigurationException
com.deltaxml.core InvalidPipelineException
com.deltaxml.core MissingSystemIdException
com.deltaxml.core NonUniqueParameterNameException
com.deltaxml.core ParameterValueConflict
com.deltaxml.core UnknownParameterException
com.deltaxml.cores9api ConditionalFilterXPathException
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
Indicates an error condition in the DXPConfiguration.
This class is the super-class of most of the checked exceptions thrown by the DXPConfiguration methods. As such it could be used for simplified, coarse-grain catch or throws clauses.
See Also