OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MalformedURLException
(Results
1 - 14
of
14
) sorted by null
/libcore/luni/src/main/java/java/net/
MalformedURLException.java
28
public class
MalformedURLException
extends IOException {
35
public
MalformedURLException
() {
41
public
MalformedURLException
(String detailMessage) {
49
public
MalformedURLException
(String detailMessage, Throwable cause) {
JarURLConnection.java
62
* @throws
MalformedURLException
65
protected JarURLConnection(URL url) throws
MalformedURLException
{
70
throw new
MalformedURLException
();
URL.java
69
* {@link
MalformedURLException
}. Applications may install handlers for other
121
* @throws
MalformedURLException
if {@code spec} could not be parsed as a
124
public URL(String spec) throws
MalformedURLException
{
133
* @throws
MalformedURLException
if {@code spec} could not be parsed as a
136
public URL(URL context, String spec) throws
MalformedURLException
{
147
* @throws
MalformedURLException
if the given string {@code spec} could not
150
public URL(URL context, String spec, URLStreamHandler handler) throws
MalformedURLException
{
152
throw new
MalformedURLException
();
176
throw new
MalformedURLException
("Protocol not found: " + spec);
182
throw new
MalformedURLException
("Unknown protocol: " + protocol)
[
all
...]
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/18/
android.jar
Completed in 53 milliseconds