XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core DXPConfigurationException
com.deltaxml.core MissingSystemIdException
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Thrown when a SystemId cannot be determined in the DXPConfiguration constructors.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core DXPConfigurationException
com.deltaxml.core MissingSystemIdException
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
Thrown when a SystemId cannot be determined in the DXPConfiguration constructors.
Validity checking is required in these constructors and thus a valid systemId is required in order to resolve the location of the DTD systemId, especially when relative systemIds are used (for example in Jar files).
See Also