From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11206 invoked by alias); 15 Apr 2005 12:20:08 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 11051 invoked by uid 48); 15 Apr 2005 12:20:02 -0000 Date: Fri, 15 Apr 2005 12:20:00 -0000 Message-ID: <20050415122002.11050.qmail@sourceware.org> From: "brion at pobox dot com" To: gcc-bugs@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-04/txt/msg02046.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