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
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