Details
-
Type:
Feature Request
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 3.0.0.Beta2
-
Fix Version/s: 3.1.0.Beta4
-
Labels:None
-
Affects:Release Notes
Description
Besides allowing a specific exception handler to be associated with every method invocation, it would be nice to provide a way of registering a global exception handler i.e. Seam.globalExceptionHandler = function()
{ ... }This would most often be used to inform an end user that an unexpected exception occured.
Gliffy Diagrams
Issue Links
- relates to
-
SEAMREMOTING-46
remote.js contains syntax error
-
- Resolved
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
I've implemented this feature now and documented it in the remoting docs.