Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The implementation of the customization of error messages will be moved from "MathRuntimeException" to a new "ExceptionContext" class.
Every exception class will implement an "ExceptionContextProvider" interface.
The purpose is to allow Commons Math exceptions to inherit from each of the Java standard exceptions (IAE, UOE, ISE, ...) while still provide the utility suggested by Jörg (borrowed from [Lang]).