java.net
Class MalformedURLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.net.MalformedURLException

public class MalformedURLException
extends IOException

Signals that a malformed URL has occurred.


Constructor Summary
MalformedURLException()
          Constructs a MalformedURLException with no detail message.
MalformedURLException(String msg)
          Constructs a MalformedURLException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedURLException

public MalformedURLException()
Constructs a MalformedURLException with no detail message. A detail message is a String that describes this particular exception.


MalformedURLException

public MalformedURLException(String msg)
Constructs a MalformedURLException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
msg - the detail message