资 源 简 介
Have you ever worked with Web MVC frameworks? One important feature of such frameworks is that them all have a centralized entry-exit point that takes cares of common tasks (usually named "controller").
Recipient Exceptions is all about using a similar architecture and "something like similar" design patterns to work with program exceptions in parallel with normal control-flow. The idea is difficult to express with common english (especially for a non-native english speaker like me) but example code makes it really easy to understand.
Noneless, recipient exceptions can be applied to any final application, not just Web applications. Any application/framework supporting exception capture with a common entry-exit point. A controller in the MVC parlance or a main-loop in the Desktop GUI parlance, or a multithread application with a set of unique control points for each thread is probably a suitable aplication for recipient exceptions.
As the d