Library:Apache Jakarta Commons Digester
Version:1.7
Compatibility:JDK 1.4
Exceptions in library Apache Jakarta Commons Digester.
NamePackageDescription
CircularIncludeExceptionorg.apache.commons.digester.xmlrulesThrown when parsing XML into Digester rules, if a circular inclusion occurred in the xml digester rules files.
DigesterLoadingExceptionorg.apache.commons.digester.xmlrulesThrown when an error occurs while parsing XML into Digester rules.
PluginAssertionFailureorg.apache.commons.digester.pluginsThrown when a bug is detected in the plugins code.
PluginConfigurationExceptionorg.apache.commons.digester.pluginsThrown when an error occurs due to the way the calling application uses the plugins module.
PluginExceptionorg.apache.commons.digester.pluginsThrown when some plugin-related error has occurred, and none of the other exception types are appropriate.
PluginInvalidInputExceptionorg.apache.commons.digester.pluginsThrown when an error occurs due to bad data in the file being parsed.
XmlLoadExceptionorg.apache.commons.digester.xmlrulesThrown when an error occurs while parsing XML into Digester rules.
Search