Hi,

for different reasons I do abandon checked Exceptions in my app and use a
custom Exception hierachy which inherits from RuntimeException. 

I like the exception page with tapestry but somehow my unchecked exceptions
gets swallowed:

Message with thrown custom checked exception:
Render queue error in BeginRender[Start:maincontent]: Content could not be
retrieved File 'D:\bla' does not exist

Message with thrown custom unchecked exception (notice the exception type):
Render queue error in BeginRender[Start:maincontent]:
sample.cms.common.ContentRetrievalException: Content could not be retrieved
File 'D:\bla' does not exist


Is this a bug or wanted behaviour, that custom unchecked exceptions are not
named? In my view they should for the sake error diagnosis.

-----
manuel aldana
aldana((at))gmx.de
software-engineering blog: http://www.aldana-online.de
-- 
View this message in context: 
http://www.nabble.com/-T5--custom-RuntimeException-type-name-shadowed-by-tapestry-tp20490549p20490549.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to