| Name | Package | Description |
| CircularIncludeException | org.apache.commons.digester.xmlrules | Thrown when parsing XML into Digester rules, if a circular inclusion occurred
in the xml digester rules files. |
| DigesterLoadingException | org.apache.commons.digester.xmlrules | Thrown when an error occurs while parsing XML into Digester rules. |
| PluginAssertionFailure | org.apache.commons.digester.plugins | Thrown when a bug is detected in the plugins code. |
| PluginConfigurationException | org.apache.commons.digester.plugins | Thrown when an error occurs due to the way the calling application uses
the plugins module. |
| PluginException | org.apache.commons.digester.plugins | Thrown when some plugin-related error has occurred, and none of the
other exception types are appropriate. |
| PluginInvalidInputException | org.apache.commons.digester.plugins | Thrown when an error occurs due to bad data in the file being parsed. |
| XmlLoadException | org.apache.commons.digester.xmlrules | Thrown when an error occurs while parsing XML into Digester rules. |