+ } catch (IOException e) { + // what can we do? + }
We can throw a RuntimeException. Failing silently is not acceptable. It will cause much confusion. This will probably never fail anyway...
Doug
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]