You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Qasim Khawaja <Qa...@admin.ox.ac.uk> on 2003/07/11 18:53:29 UTC

Declarative Exception Handling

I have defined an exception in the action mapping declaration but the 
ide I am using (eclipse) is insisting that I throw an exception or 
surround with a try catch. Am I missing something here?

Q




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


Re: Declarative Exception Handling

Posted by David Graham <gr...@yahoo.com>.
--- Qasim Khawaja <Qa...@admin.ox.ac.uk> wrote:
> I have defined an exception in the action mapping declaration but the 
> ide I am using (eclipse) is insisting that I throw an exception or 
> surround with a try catch. Am I missing something here?

Your code is potentially throwing an exception that you need to either
handle locally or throw out of the method.

David

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


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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