Package org.xmlresolver.exceptions
Catalog resolver exceptions.
The ValidatingXmlLoader
raises exceptions
if it finds unreadable or invalid catalog files.
Experience suggests that it's not too uncommon to have a list of catalog files
that contains paths that simply don't exist. Causing a validation failure in those cases seemed
too stringent. If attempting to load a catalog raises a FileNotFoundException
,
that isn't a validation error.
-
Exception Summary Exception Description CatalogInvalidException An invalid catalog exception.CatalogUnavailableException An unavailable catalog exception.