DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19868>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19868

Exception handling in HttpClient requires redesign

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|commons-httpclient-         |[EMAIL PROTECTED]
                   |[EMAIL PROTECTED]      |



------- Additional Comments From [EMAIL PROTECTED]  2003-07-13 20:49 -------
I'm attaching another patch.  The big changes are:
- Renamed most classes to remove the initial "Http".  I still want more feedback
on this.  It's easy enough to change back.  (Gotta love the Eclipse refactoring
tools!)

- Moved wrapped exception "cause" from TransportException to HttpException

- Provided more wrapping functionality to parallel the methods that were added
to Throwable in JDK 1.4.  I haven't tested these yet, though.

- Better JavaDoc for exception classes.

Once people have a chance to review this and give feedback on my last comment,
I'll start changing all the places where the library throws exceptions.

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

Reply via email to