Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.1
-
None
Description
If someone has an error in his skippable-exception-classes class name then it currently gets silently catched away in ExceptionConfig.java.
I cannot think about a case where this is an intended behaviour. We should at least log a warning about it. Same for NoClassDefFoundError.
We should probably even throw a BatchContainerRuntimeException as this is a clear misconfiguration and should get fixed by the batch developer.