kAWT Version 0.90

java.io
Class IOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
Direct Known Subclasses:
FileNotFoundException, UnsupportedEncodingException

public synchronized class IOException
extends Exception


Constructor Summary
IOException()
           
IOException(String)
           
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IOException

public IOException()

IOException

public IOException(String)

kAWT Version 0.90