Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv762
Modified Files:
ConfigurationException.java
Log Message:
no message
Index: ConfigurationException.java
===================================================================
RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config/ConfigurationException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ConfigurationException.java 6 Mar 2006 04:36:48 -0000 1.3
--- ConfigurationException.java 6 Mar 2006 23:54:45 -0000 1.4
***************
*** 5,10 ****
* <p>
* Exception defines problems in either framework configuration or
! * job configuration. This is the runtime exception because problem
! * cannot be detected until the runtime. This represents the errorCode
* cause of the exception.
* </p>
--- 5,11 ----
* <p>
* Exception defines problems in either framework configuration or
! * job configuration. Configuration problems
! * cannot be detected until the runtime, so this exception will be
! * runtime exception. This will have the errorCode tells the
* cause of the exception.
* </p>
|