| Exceptions should NEVER be thrown from "cleanup" methods. Compensate for
this incorrect JDK design with this method. Any exception thrown from the
close operation will be swallowed and printed to a log. If this logging
operation causes a FURTHER exception, this will itself be swallowed with no
further logging attempted...
Parameters: w - A Writer to be closed, which may be null . |