From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8078 invoked by alias); 15 Apr 2005 12:16:46 -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 7944 invoked by uid 48); 15 Apr 2005 12:16:42 -0000 Date: Fri, 15 Apr 2005 12:16:00 -0000 Message-ID: <20050415121642.7942.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/msg02043.txt.bz2 List-Id: ------- Additional Comments From brion at pobox dot com 2005-04-15 12:16 ------- Created an attachment (id=8645) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8645&action=view) Test case using the base class; works Using a base class instead of an anonymous inner class derivitive, the exception is handled as expected. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21045