The ConfigurationFile class does not handle errors in custom exporters well. In
particular, it should flag constructors for abstract classes at parse time, and
getExporter should throw ConfigurationException if a method expression returns
null. Also, currently throws NullPointerException if the custom exporter
expression throws an exception when invoked.
particular, it should flag constructors for abstract classes at parse time, and
getExporter should throw ConfigurationException if a method expression returns
null. Also, currently throws NullPointerException if the custom exporter
expression throws an exception when invoked.