Searched defs:MalformedURLException (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DMalformedURLException.java38 public class MalformedURLException extends IOException { class in inherits:IOException
42 * Constructs a {@code MalformedURLException} with no detail message.
44 public MalformedURLException() { method in class:MalformedURLException
48 * Constructs a {@code MalformedURLException} with the
53 public MalformedURLException(String msg) { method in class:MalformedURLException

Completed in 139 milliseconds