MalformedURLExceptionNameMalformedURLExceptionSynopsis
DescriptionA MalformedURLException is thrown when a malformed URL is encountered, which can occur if a URL does not contain a valid protocol or if the string is unparsable. Class Summary
public class java.net.MalformedURLException extends java.io.IOException { // Constructors public MalformedURLException(); public MalformedURLException(String msg); } ConstructorsMalformedURLExceptionpublic MalformedURLException()
public MalformedURLException(String msg)
Inherited Methods
See AlsoException, IOException, RuntimeException |
|