From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11072 invoked by alias); 15 Apr 2005 12:20:03 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 11056 invoked by uid 48); 15 Apr 2005 12:20:02 -0000 Date: Fri, 15 Apr 2005 12:20:00 -0000 Message-ID: <20050415122002.11053.qmail@sourceware.org> From: "brion at pobox dot com" To: java-prs@gcc.gnu.org In-Reply-To: <20050415121259.21045.brion@pobox.com> References: <20050415121259.21045.brion@pobox.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/21045] Anonymous inner class constructor's exceptions can't be caught or thrown X-Bugzilla-Reason: CC X-SW-Source: 2005-q2/txt/msg00136.txt.bz2 List-Id: ------- Additional Comments From brion at pobox dot com 2005-04-15 12:20 ------- Created an attachment (id=8647) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8647&action=view) Working test case with throws declaration Again, using the base class instead of an anonymous inner class the constructor's exception is handled correctly. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21045