On 08/21/2012 03:41 PM, Martin Gainty wrote:
Make sure you catch
IllegalArgumentException - If this URL is not absolute

Should never happen in this case.

MalformedURLException - If a protocol handler for the URL could not be found,
           or if some other error occurred while constructing the URL

Should also never happen, but unfortunately it is a checked exception so you 
have to catch it and rethrow as e.g. AssertionError anyway.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to