Signals that an unparseable URL specification has been passed to a method.
public class MalformedURLException extends IOException {
// Public Constructors
public MalformedURLException();
public MalformedURLException(String msg);
}
Object->Throwable(Serializable)->Exception->IOException->MalformedURLException
URL()