java.net.MalformedURLException (JDK 1.0)
Signals that an unparseable URL specification has been passed to a method.
public classMalformedURLExceptionextends IOException { //Public ConstructorspublicMalformedURLException(); publicMalformedURLException(Stringmsg); }
Hierarchy:
Object->Throwable(Serializable)->Exception->IOException->MalformedURLException
Thrown By:
URL()