ewe.net
Class MalformedURLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.io.IOException
              extended byewe.net.MalformedURLException

public class MalformedURLException
extends IOException

This exception indicates that a URL passed to an object was not in a valid format.


Constructor Summary
MalformedURLException()
          Create a new instance without a descriptive error message.
MalformedURLException(String message)
          Create a new instance with a descriptive error message.
MalformedURLException(String message, Throwable cause)
           
MalformedURLException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

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)