java.io
Class IOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
Direct Known Subclasses:
EOFException, InterruptedIOException, SchemeNotFoundException, UnsupportedEncodingException, UTFDataFormatException

public class IOException
extends Exception

입출력 동작에서 오류가 발생했을 때 발생하는 exception 클래스.


Constructor Summary
IOException()
          IOException객체를 생성한다.
IOException(String s)
          IOException을 생성한다.
 
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객체를 생성한다.

IOException

public IOException(String s)
IOException을 생성한다.
Parameters:
s - IOException의 세부 메세지.


AromaSoft Corp. Proprietary and Confidential

(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact : contact@aromasoft.com