You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Sam Berlin (JIRA)" <ji...@apache.org> on 2008/06/08 15:23:45 UTC

[jira] Closed: (HTTPCLIENT-779) toplevel exception cleanup

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sam Berlin closed HTTPCLIENT-779.
---------------------------------

    Resolution: Fixed

Committed.

> 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
>
>         Attachments: httpclient-exception-cleanup.txt, httpclient-exception-cleanup.txt
>
>
> 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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org