This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/20302] Problem with sub classes with contructors with exceptions
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 30 Jun 2005 05:21:02 -0000
- Subject: [Bug java/20302] Problem with sub classes with contructors with exceptions
- References: <20050303173059.20302.steve@netfuel.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tromey at gcc dot gnu dot org 2005-06-30 05:21 -------
Note that Test2.java actually is invalid code.
Unlike anonymous constructors, implicit constructors are
not given any special treatment when it comes to 'throws'
clauses.
Test.java is valid code and should not be rejected.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-06-30 05:21:01
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20302