| Issue 112: | Make WAErrorHandler more generic to make subclassing easier | |
| Back to list |
Sign in to add a comment
|
The top-level class WAErrorHandler should implement #internalError: to simply calls #handleError:. As it is, it is harder to implement an error handler that behaves the same for all types. The current behaviour could be implemented in a new subclass. |
||||||||||
,
Aug 29, 2008
Name: Seaside-Core-sh.189 Author: sh Time: 29 August 2008, 4:54:31 pm UUID: 2f818917-b9fd-c24f-92aa-35b594fa85c4 Ancestors: Seaside-Core-sh.188 Name: Seaside-Development-Core-sh.29 Author: sh Time: 29 August 2008, 5:01:39 pm UUID: 73f6a02d-5abd-5747-8551-30df2208c5ae Ancestors: Seaside-Development-Core-jf.28 Issue 112 : Make WAErrorHandler more generic to make subclassing easier Subclassed WAErrorHandler with WADefaultErrorHandler. Changed the implementation of internalError: passing the incoming Error to handleError:. Moved former internalError: implementation to the new WADefaultErrorHandler class. Made all former subclasses of WAErrorHandler subclassing WADefaultErrorHandler.
Status: Fixed
Owner: sebastia...@yahoo.de |
|||||||||||
|
|
|||||||||||