Uses of Class
org.apache.commons.digester.plugins.PluginConfigurationException

Packages that use PluginConfigurationException
org.apache.commons.digester.plugins Provides an easy mechanism whereby new digestion rules can be added dynamically during a digestion. 
 

Uses of PluginConfigurationException in org.apache.commons.digester.plugins
 

Methods in org.apache.commons.digester.plugins that throw PluginConfigurationException
 void PluginCreateRule.postRegisterInit(java.lang.String matchPattern)
          Invoked after this rule has been added to the set of digester rules, associated with the specified pattern.
 void InitializableRule.postRegisterInit(java.lang.String pattern)
          Called after this Rule object has been added to the list of all Rules.
 



Copyright © 2001-2006 The Apache Software Foundation. All Rights Reserved.