classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: apidocs not showing "throws Throwable"


From: Julian Scheid
Subject: Re: apidocs not showing "throws Throwable"
Date: Tue, 08 Mar 2005 16:10:42 +0100
User-agent: Debian Thunderbird 1.0 (X11/20050118)

Hi Robert,

Robert Schuster wrote:
while wading throught our fine apidoc on developer.classpath.org/doc I wondered why "java.lang.reflect.InvocationHandler.invoke()" does not show that the method can throw a Throwable. At first I thought it is a bug in our API implementation but a short glimpse at the source code revealed that the method is properly declared.

Nice catch! The thrown exception immediately preceding the closing semicolon of an interface method declaration was ignored. This is fixed in CVS now.

Thanks,

Julian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]