You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Erik Meade <st...@eghm.net> on 2004/04/29 19:44:55 UTC

Handling Throwables

How are struts users handling Throwables?

Letting Throwables get out to our users confuses and scares them.
So we have extended the ActionServlet and added a Throwable try
catch to our service method.

Erik Meade


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Handling Throwables

Posted by Erik Meade <st...@eghm.net>.
Thanks for the link, we have seen that.  My struggle is that Throwables
are not Exceptions, so we miss Errors using an ExceptionHandler.

On Thu, 2004-04-29 at 10:57, Paul Barry wrote:
> http://jakarta.apache.org/struts/userGuide/building_controller.html#exception_handler
> 
> Erik Meade wrote:
> 
> > How are struts users handling Throwables?
> > 
> > Letting Throwables get out to our users confuses and scares them.
> > So we have extended the ActionServlet and added a Throwable try
> > catch to our service method.
> > 
> > Erik Meade
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > For additional commands, e-mail: user-help@struts.apache.org
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Handling Throwables

Posted by Paul Barry <pa...@nyu.edu>.
http://jakarta.apache.org/struts/userGuide/building_controller.html#exception_handler

Erik Meade wrote:

> How are struts users handling Throwables?
> 
> Letting Throwables get out to our users confuses and scares them.
> So we have extended the ActionServlet and added a Throwable try
> catch to our service method.
> 
> Erik Meade
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org