Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
archetype-simple-wrj-1.3.1, archetype-quickstart-wrj-1.3.1, objectstore-jdo-1.3.0, core-1.3.0
-
None
Description
When a registered ExceptionRecognizer recognizes an exception, it parses the exception message and returns a user-friendly message to display. Nothing is logged.
Currently the parsed message returned is parsed from the outer-most exception; for better information it should instead parse the root cause.
For the developer, it would be useful for the exceptions to be logged. One way to do this might be to make them logged if running in prototype mode, but not logged otherwise.