Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 79487 invoked from network); 4 May 2004 17:04:33 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 May 2004 17:04:33 -0000 Received: (qmail 18888 invoked by uid 500); 4 May 2004 17:02:18 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 18851 invoked by uid 500); 4 May 2004 17:02:18 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 18821 invoked from network); 4 May 2004 17:02:17 -0000 Received: from unknown (HELO ns2.sea) (66.135.144.2) by daedalus.apache.org with SMTP; 4 May 2004 17:02:17 -0000 Received: from zhou.geektank.net (ip234.aurora.sfo.ygnition.net [66.135.130.234]) by ns2.sea (8.12.11/8.12.5) with ESMTP id i44H2Llj030222 for ; Tue, 4 May 2004 10:02:21 -0700 Subject: Re: Trapping RuntimeExceptions form Tasks From: Erik Meade To: Ant Developers List In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1083690039.21390.52.camel@zhou.geektank.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 04 May 2004 10:00:40 -0700 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Tue, 2004-05-04 at 07:40, Stefan Bodewig wrote: > On Tue, 4 May 2004, Jose Alberto Fernandez > wrote: > > > I think part of the difficulty was whether to catch only > > RuntimeExceptions or all Throwables (except for some very few). > > I wouldn't feel comfortable with catching Errors. > > Stefan > Hey Stefan, Why don't you feel comfortable catching Errors? Struts exception handling also doesn't catch Errors. We work around that by extending ActionServlet :( Erik --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org