[jboss-cvs] JBossCache/src/org/jboss/cache/config ...
Manik Surtani
msurtani at jboss.com
Fri Jan 19 09:47:40 EST 2007
User: msurtani
Date: 07/01/19 09:47:40
Modified: src/org/jboss/cache/config ConfigurationException.java
Log:
Improved Javadocs
Revision Changes Path
1.6 +4 -1 JBossCache/src/org/jboss/cache/config/ConfigurationException.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ConfigurationException.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/config/ConfigurationException.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- ConfigurationException.java 3 Jan 2007 15:33:09 -0000 1.5
+++ ConfigurationException.java 19 Jan 2007 14:47:40 -0000 1.6
@@ -12,9 +12,12 @@
import java.util.List;
/**
- * An exception that represents an error in the configuration
+ * An exception that represents an error in the configuration. This could be a parsing error or a logical error involving clashing
+ * configuration options or missing mandatory configuration elements.
*
* @author <a href="mailto:manik at jboss.org">Manik Surtani (manik at jboss.org)</a>
+ * @see org.jboss.cache.config.Configuration
+ * @see org.jboss.cache.CacheFactory
*/
public class ConfigurationException extends CacheException
{
More information about the jboss-cvs-commits
mailing list