org.xmlresolver.exceptions.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmlresolver Show documentation
Show all versions of xmlresolver Show documentation
An XML entity/uri resolver
/** Catalog resolver exceptions.
*
* The {@link org.xmlresolver.loaders.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.
*
*/
package org.xmlresolver.exceptions;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy