kAWT Version 0.90

java.net
Class MalformedURLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.net.MalformedURLException
All Implemented Interfaces:
java.io.Serializable

public synchronized class MalformedURLException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
MalformedURLException()
           
MalformedURLException(java.lang.String)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, 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()

MalformedURLException

public MalformedURLException(java.lang.String)

kAWT Version 0.90