Packages This Package Prev Next Index
public class java.net.MalformedURLException extends java.io.IOException (I-§2.29) { // Constructors public MalformedURLException(); §4.15.1 public MalformedURLException(String msg); §4.15.2 }Thrown toindicate that a malformed URL has occurred. Either no legal protocol could be found in a specification string, or the string could not be parsed.
public MalformedURLException()
public MalformedURLException(String msg)
msg
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)