No, it is fine that they are wrapped to TapestryException, but I just would
like to know/see the full qualified name of my custom unchecked Exception so
my diagnosis is quicker (I always wrap lower level exceptions to
application-specific and more context related exceptions). 



Howard Lewis Ship wrote:
> 
> Tapestry is capturing any RuntimeExceptions and rethrowing a
> TapestryException, which includes a location property used by the
> ExceptionReport page to display exactly where the error occurred.
> What do you think should happen to such exceptions?  What, outside of
> Tapestry, is prepared to catch them?
> 
> On Thu, Nov 13, 2008 at 2:05 PM, aldana <[EMAIL PROTECTED]> wrote:
>>
>> 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]
>>
>>
> 
> 
> 
> -- 
> Howard M. Lewis Ship
> 
> Creator Apache Tapestry and Apache HiveMind
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 


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