Michael Vorburger created FINERACT-1062:
-------------------------------------------
Summary: Platform Exceptions have no message
Key: FINERACT-1062
URL: https://issues.apache.org/jira/browse/FINERACT-1062
Project: Apache Fineract
Issue Type: Bug
Reporter: Michael Vorburger
Assignee: Michael Vorburger
While analysing FINERACT-1060, I thought it was a bit curious that that
{{UserNotFoundException}} showed up as {{UserNotFoundException: null}}, instead
of something like _User with name 'system' does not exist_.
Looking into this further, I suspect that this is related to that entire
business which Fineract (apparently) has of of exception with "user" messages
that can be translated (somehow, somewhere).
What's missing & confusing, at least if these exceptions are then also used for
error logging, is that the "normal" exception message is never set.
It should be fairly simply to actually set it to be that "defaultUserMessage"
(especially after doing some refactoring which I thought would be natural to do
after [~Manthan] work in https://github.com/apache/fineract/pull/1079 for
FINERACT-942), so I'll propose a PR related to this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)