This Exception is thrown when a comparison is started on an XMLComparator on which setProperty has been called with arguments
that are not understood by a parent org.xml.sax.XMLReader.
[<SerializableAttribute>]
type PropertyRejectedException =
class
inherit DeltaXMLProcessingException
end
Remarks
This Exception is thrown when a comparison is started on an XMLComparator on which setProperty has been called with arguments
that are not understood by a parent org.xml.sax.XMLReader.
com.deltaxml.api.XMLComparator.setProperty(System.String,System.Object) calls cause the property name and value to be stored until a comparison is
started, at which time they are passed back up the input filter chains as defined by the SAX specification. If at any point, a
parent org.xml.sax.XMLReader throws a org.xml.sax.SAXNotRecognizedException or a
org.xml.sax.SAXNotSupportedException when a property is passed to it, this Exception will be thrown by the
com.deltaxml.api.XMLComparator