ConfigurationReader swallows exceptions
Brought to you by:
blackbearnh,
dderry
The methods:
ConfigurationReader.loadConfigurationFile(String xmlFile)
and
ConfigurationReader.loadConfigurationFile(InputStream in)
in FlatWorm1.2 are both writing exceptions to the system, instead of throwing them back to the caller.
Could you please repackage and throw the exceptions so that things like incorrectly spelled file names will throw exceptions instead of returning null?