This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Fix for Dialog and FileDialog argument handling
- From: Tom Tromey <tromey at redhat dot com>
- To: Fernando Nasser <fnasser at redhat dot com>
- Cc: GCJ Patches <java-patches at gcc dot gnu dot org>
- Date: 03 Jan 2004 13:16:42 -0700
- Subject: Re: [PATCH] Fix for Dialog and FileDialog argument handling
- References: <3FF35C10.9010200@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Fernando" == Fernando Nasser <fnasser@redhat.com> writes:
Fernando> I wonder if this can be considered an obvious fix.
Yeah, I think so. Please check it in.
Fernando> FileDialog(Frame parent, String title, int mode)
Fernando> + throws IllegalArgumentException
Our standard is not to declare unchecked exceptions.
It makes sense to mention them in the javadoc though.
Tom