Update of /var/cvs/src/org/mmbase/util
In directory james.mmbase.org:/tmp/cvs-serv28184

Modified Files:
        ResourceLoader.java 
Log Message:
I meant NoClassDefFoundError here


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/util


Index: ResourceLoader.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/ResourceLoader.java,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -b -r1.85 -r1.86
--- ResourceLoader.java 29 Jan 2009 13:15:29 -0000      1.85
+++ ResourceLoader.java 29 Jan 2009 20:38:18 -0000      1.86
@@ -98,7 +98,7 @@
  * <p>For property-files, the java-unicode-escaping is undone on loading, and 
applied on saving, so there is no need to think of that.</p>
  * @author Michiel Meeuwissen
  * @since  MMBase-1.8
- * @version $Id: ResourceLoader.java,v 1.85 2009/01/29 13:15:29 michiel Exp $
+ * @version $Id: ResourceLoader.java,v 1.86 2009/01/29 20:38:18 michiel Exp $
  */
 public class ResourceLoader extends ClassLoader {
 
@@ -350,8 +350,8 @@
 
             try {
                 configRoot.roots.add(configRoot.new 
ApplicationContextFileURLStreamHandler());
-            } catch (Throwable t) {
-                // Never mind, we may be in RMMCI (ClassNotFoundException)
+            } catch (NoClassDefFoundError t) {
+                // Never mind, we may be in RMMCI
             }
 
             if (configPath != null) {
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to