Class java.net.MalformedURLException (1.0)


public class MalformedURLException extends IOException {
  // Public Constructors
    public MalformedURLException( );  // Empty
    public MalformedURLException(String msg);
}