> From: Adrian Sutton [mailto:[EMAIL PROTECTED]] > In HttpMultiClient (latest version in CVS) there is a catch > statement for > IOException followed by HttpException, however since > HttpException extends > from IOException there is no possible way the HttpException > catch clause can > be activated.
Seems like a problem introduced when changing the super class of HttpException from Exception to URIException (which inherits IOException). >From the source of HttpException: "Why is it from URIException? To simplify the programming style for the inherited exception instances." Not sure if I'm totally convinced, though. Anyone care to motivate why this is a Good Thing? Kindly, /Martin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
