FilterProcessingException ClassDeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Indicates an error in compiling, configuring or running a filter.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.dita DeltaXMLDitaException
          com.deltaxml.dita FilterProcessingException

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

[SerializableAttribute]
public class FilterProcessingException : DeltaXMLDitaException
Remarks

Indicates an error in compiling, configuring or running a filter.

The product runs a number of Java-based SAX filters as well as XSLT filters in the process of a comparison. This exception is thrown if the running of one of those filters causes an error.

The underlying cause may give more information as to the problem that has occurred.

See Also