public class MalformedURLException

  1. Object
  2. Throwable
  3. Exception
  4. IOException
  5. MalformedURLException
Thrown when attempting to create a URL that doesn’t conform to specification.

See also

Constructors

public MalformedURLException()Creates a new exception.
public MalformedURLException(String message)Creates a new exception with a message.

Inherited methods

Constructor details

MalformedURLException

public MalformedURLException()
Creates a new exception.

MalformedURLException

public MalformedURLException(String message)
Creates a new exception with a message.

Parameters

message String
The message for this exception