Uses of Class
org.apache.commons.digester.plugins.PluginConfigurationException
Packages that use PluginConfigurationException
Package
Description
The
plugins
package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion.-
Uses of PluginConfigurationException in org.apache.commons.digester.plugins
Fields in org.apache.commons.digester.plugins declared as PluginConfigurationExceptionModifier and TypeFieldDescriptionprivate PluginConfigurationException
PluginCreateRule.initException
Currently, none of the Rules methods allow exceptions to be thrown.Methods in org.apache.commons.digester.plugins that throw PluginConfigurationExceptionModifier and TypeMethodDescriptionvoid
InitializableRule.postRegisterInit
(String pattern) Called after this Rule object has been added to the list of all Rules.void
PluginCreateRule.postRegisterInit
(String matchPattern) Invoked after this rule has been added to the set of digester rules, associated with the specified pattern.