Exception: java.net.MalformedURLException

  • public exception MalformedURLException
  • extends IOException
Thrown to indicate that a malformed URL has occurred. Either no legal protocol could be found in a specification string or the string could not be parsed.
Authors:
@author Arthur van Hoff
Version:
@version 1.16, 12/19/03
Since:
@since JDK1.0

Inheritance

Superclass tree: Implements:

Methods

  • MalformedURLExceptiontop

    public MalformedURLException()
    Constructs a MalformedURLException with no detail message.
    Google Code Search
    Stack Overflow
  • MalformedURLExceptiontop

    public MalformedURLException(String msg)
    Constructs a MalformedURLException with the specified detail message.
    Parameters:
    @param msg the detail message.
    Google Code Search
    Stack Overflow