Comments By: Andre
-
Hm... Could error/exception recovery be seen as a responsiblity of an exception object? Recovery/Error handling could be done by a SecurityFacade hiding a subsystem and catching its exceptions to handle them... and maybe it involves something like RecoveryStrategy objects. The latter could be composed in an Exception object, that is, the exception object provides recovery solutions (methods)? Doing recovery silently in the destructor is not an expected behaviour... but I'm not sure here...posted on Aug 22, 2007 at 7:19pm | context