This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Fix InetAddress.getLocalHost()
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: 22 Mar 2006 17:34:17 -0700
- Subject: Re: Fix InetAddress.getLocalHost()
- References: <17441.44906.483483.355347@zapata.pink>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
Andrew> We need to merge this class with Classpath
Yeah, definitely.
Andrew> catch (Exception ex)
Andrew> {
Andrew> + throw new UnknownHostException(hostname);
Andrew> }
It may be handy to chain the exception here.
Tom