I made a text search in firefox browser. If it is a unchecked exception
unfortunately it does not :(

Am using 5.0.15.


Howard Lewis Ship wrote:
> 
> Just scroll down :-)
> 
> Seriously, the nested exception will appear in the console, and the
> ExceptionReport page will also display the entire stack of exceptions.
> 
> On Thu, Nov 13, 2008 at 2:47 PM, aldana <[EMAIL PROTECTED]> wrote:
>>
>> 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]
>>
>>
> 
> 
> 
> -- 
> 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-tp20490549p20491641.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