[<SerializableAttribute>]
type ComparatorInstantiationException =
class
inherit PipelinedComparatorException
end
Remarks
Thrown to indicate a problem instantiating or configuring a DeltaXML Comparator.
The PipelinedComparator makes use of the DeltaXML Comparator in its implementation. If there are problems instantiating or
configuring the Comparator then this Exception will be thrown. Since the Comparator and its associated factory methods are
included in the same jar file as the PipelinedComparator the only conceivable situation where this would fail is where the
factory methods implementation class property has been incorrectly defined/redefined.