public class MalformedURLException
- Object
- Throwable
- Exception
- IOException
- 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
messageString- The message for this exception