Adding a

    /**
     * Prints the stack trace of this exception to the specified print
     * stream.  Includes inforamation from the exception--if
     * any--which caused this exception.
     *
     * @param out <code>PrintStream</code> to use for output.
     */
    public void printStackTrace(PrintStream out)
    {
    }

to the NonThrowableNestable class in the file
'src/test/org/apache/commons/lang/exception/NestableDelegateTestCase.java'
appears to happily solve things.

I'll leave this for the moment though in case there's a JDK 1.4 issue I'm
unaware of. I'm on OS X with 1.3.1.

The javadoc in the NonThrowableNestable seems a bit off. It suggests that
the empty methods actually do something. Is this good?


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to