Re: Application Exception handling

2007-03-13 Thread Jesse Kuhnert
I think most the exception infrastructure is focused around building up location / context information more so than exception types, though types are handled as well of course.. . If you want to know how tapestry handles it right now take a look at: http://svn.apache.org/viewvc/tapestry/tapestry

Application Exception handling

2007-03-08 Thread Justin Walsh
Is there a preferred way/pattern of handling application exceptions in a tapestry application. For example, I have a page, AuthorizationFailure.html which I want to display when a javax.ejb.EJBAccessException is thrown from the ejb layer, with a custom message etc. At the moment I'm plugging in my