DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31041>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31041

[configuration] Invalid resource names in XMLConfiguration generate a NPE





------- Additional Comments From [EMAIL PROTECTED]  2004-09-10 13:52 -------
I was thinking of changing this from:
throw new IllegalArgumentException("Resource: "
                    + resource + " not found through context or "
                    + "system classloaders.");

to
throw new ConfigurationRuntimeException(new IllegalArgumentException("Resource: "
                    + resource + " not found through context or "
                    + "system classloaders."));

I actually don't really have a problem w/ tossing an IllegalArgumentException
since we have them everywhere, and they are a runtime exceptions....

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to