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

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

    [ https://issues.apache.org/jira/browse/HTTPCLIENT-779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603357#action_12603357 ] 

Oleg Kalnichevski commented on HTTPCLIENT-779:
----------------------------------------------

Sam, go ahead and commit the patch.

Oleg

> 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