You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by T Master <tm...@iknowledgeinc.com> on 2001/09/21 01:09:35 UTC

javadoccing runtime exceptions

We javadoc our runtime exceptions that can be thrown from methods.
However, warnings are produced as the runtime exception thrown is not part
of the method signature.

Is there a way to stop the verbosity of these warnings?  verbose="false"
does not work for this.

T Master.


Re: javadoccing runtime exceptions

Posted by Glenn McAllister <gl...@somanetworks.com>.
T Master wrote:

> Is there a way to stop the verbosity of these warnings?

Nope.  Javadoc is very chatty...

Glenn McAllister