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

/openjdk7/jdk/src/share/classes/java/net/
H A DMalformedURLException.java38 public class MalformedURLException extends IOException { class in inherits:IOException
42 * Constructs a <code>MalformedURLException</code> with no detail message.
44 public MalformedURLException() { method in class:MalformedURLException
48 * Constructs a <code>MalformedURLException</code> with the
53 public MalformedURLException(String msg) { method in class:MalformedURLException

Completed in 30 milliseconds