toplevel exception cleanup
--------------------------

                 Key: HTTPCLIENT-779
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-779
             Project: HttpComponents HttpClient
          Issue Type: Improvement
    Affects Versions: 4.0 Alpha 4
            Reporter: Sam Berlin
             Fix For: 4.0 Beta 1


HttpClient.execute should throw only one exception, for easier general use.
HttpMethod constructors (HttpGet, HttpPut, etc..) should throw 
IllegalArgumentException in the string constructor (imply the string is 
pre-checked).  People wanting to see a URIException can use 'new HttpGet(new 
URI(uri))' and trigger the exception from the explicit URI creation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to