public class MalformedURLException extends IOException
| Constructor and Description |
|---|
MalformedURLException()
Create a new instance without a descriptive error message.
|
MalformedURLException(String message)
Create a new instance with a descriptive error message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedURLException()
public MalformedURLException(String message)
message - a message describing the error that occurred