ewe.net
Class MalformedURLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ewe.io.IOException
ewe.net.MalformedURLException
- public class MalformedURLException
- extends IOException
This exception indicates that a URL passed to an object was not in a
valid format.
MalformedURLException
public MalformedURLException()
- Create a new instance without a descriptive error message.
MalformedURLException
public MalformedURLException(String message)
- Create a new instance with a descriptive error message.
- Parameters:
message - a message describing the error that occurred
MalformedURLException
public MalformedURLException(Throwable cause)
MalformedURLException
public MalformedURLException(String message,
Throwable cause)