On Mon, Jan 23, 2012 at 5:23 PM, Howard Lewis Ship <[email protected]> wrote: > Sounds like a nice feature: does it handle nested/wrapped exceptions?
Yes, and it has to - everything is wrapped either in OperationException or ComponentEventException by the time it reaches the exception handler (but you knew that!). It also handles inheritance hierarchy to some extent. > Also, does it make sense to handle certain exceptions one way during > development and differently in production? I gave that some thought earlier and decided it doesn't. Typically you'd want to test that your exception handling works as expected. Obviously we could expand on that later if somebody has a use case for it. Kalle > On Sat, Jan 21, 2012 at 12:38 PM, Kalle Korhonen > <[email protected]> wrote: >> Of all the little Tynamo modules, I regard tapestry-exceptionpage >> (http://tynamo.org/tapestry-exceptionpage+guide) as the most generally >> useful and the least intrusive one. Basically, the module allows you >> to map specific exception types to pages, similarly (but more >> flexible) to error-page/exception-type configuration in the standard >> servlet spec. Any objections if I brought it into the tapestry-core >> and make it a feature of the default ExceptionHandler in T5.4? I'm the >> sole contributor and copyright owner so it'd be simple. >> >> Kalle >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > > -- > Howard M. Lewis Ship > > Creator of Apache Tapestry > > The source for Tapestry training, mentoring and support. Contact me to > learn how I can get you up and productive in Tapestry fast! > > (971) 678-5210 > http://howardlewisship.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
