This convenience method works as if invoking it were equivalent to evaluating the expression new URL(this.toString()) after first checking that this URI is absolute.
@return A URL constructed from this URI @throws IllegalArgumentException If this URL is not absolute @throws MalformedURLException If a protocol handler for the URL could not be found, or if some other error occurred while constructing the URL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|