public class MalformedURLException extends java.io.IOException
| Constructor and Description |
|---|
MalformedURLException()
Create a new instance without a descriptive error message.
|
MalformedURLException(java.lang.String message)
Create a new instance with a descriptive error message.
|
public MalformedURLException()
public MalformedURLException(java.lang.String message)
message - a message describing the error that occurred