skitching 2004/03/27 21:44:13
Modified: digester/src/java/org/apache/commons/digester/plugins Tag:
DIGESTER_PLUGIN_REFACTORING_BRANCH
PluginConfigurationException.java
Log:
Just a minor javadoc enhancement
Revision Changes Path
No revision
No revision
1.6.2.1 +4 -1
jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginConfigurationException.java
Index: PluginConfigurationException.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginConfigurationException.java,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- PluginConfigurationException.java 29 Feb 2004 02:22:15 -0000 1.6
+++ PluginConfigurationException.java 28 Mar 2004 05:44:13 -0000 1.6.2.1
@@ -18,7 +18,10 @@
/**
* Thrown when an error occurs due to the way the calling application uses
- * the plugins module.
+ * the plugins module. Because the pre-existing Digester API doesn't provide
+ * any option for throwing checked exceptions at some points where Plugins
+ * can potentially fail, this exception extends RuntimeException so that it
+ * can "tunnel" through these points.
*/
public class PluginConfigurationException extends RuntimeException {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]