Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 3.1.0.Beta3
-
Fix Version/s: 3.1.0.Beta4
-
Component/s: Exception Handling
-
Labels:None
-
Affects:Release Notes
Description
The documentation does not say what happens if there is not exception handler method for a given exception type. The current behavior is that the exception is swallowed. Since this may be surprising to users, we should:
- reevaluate if this is the expected behavior
- document it
Gliffy Diagrams
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
I've documented it now, and also changed the behavior to rethrow the exception if no handlers were found for the exception.