Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3.0
-
Labels:None
Description
Sometimes an exception (e.h. Hibernate) comes up at the presentation layer. It would be better if lower layer exceptions are captured and translated into well-defined exception for the next layer. This neesd to be done in a consistenmt way through all layers in the architecture.
It is not easy to predict or analyse which exceptions can be expected. That is the drawback of using RuntimeExceptions by default.
This issue will be resolved/closed for now. When exceptions occur in practice, we will address them then.