Class MalformedURLException

All Implemented Interfaces:
Serializable

public class MalformedURLException extends IOException

Thrown when attempting to create a URL that doesn't conform to specification.

See also
  • URL
See Also:
  • Constructor Details

    • MalformedURLException

      public MalformedURLException()
      Creates a new exception.
    • MalformedURLException

      public MalformedURLException(String message)

      Creates a new exception with a message.

      Parameters
      • message: The message for this exception