JavaTM 2 Platform
Standard Ed. 5.0

java.io
Ŭ·¡½º IOException

java.lang.Object 
  »óÀ§¸¦ È®Àå java.lang.Throwable 
      »óÀ§¸¦ È®Àå java.lang.Exception 
          »óÀ§¸¦ È®Àå java.io.IOException
¸ðµç ±¸ÇöµÈ ÀÎÅÍÆäÀ̽º:
Serializable
¾Ë·ÁÁø Á÷°è ¼­ºê Ŭ·¡½º:
ChangedCharSetException, CharacterCodingException, CharConversionException, ClosedChannelException, EOFException, FileLockInterruptionException, FileNotFoundException, HttpRetryException, IIOException, InterruptedIOException, InvalidPropertiesFormatException, JMXProviderException, JMXServerErrorException, MalformedURLException, ObjectStreamException, ProtocolException, RemoteException, SaslException, SocketException, SSLException, SyncFailedException, UnknownHostException, UnknownServiceException, UnsupportedEncodingException, UTFDataFormatException, ZipException

public class IOException
extends Exception

¾î¶°ÇÑ ÀÔÃâ·Â ¿¹¿ÜÀÇ ¹ß»ýÀ» ÅëÁöÇÏ´Â ½Ã±×³ÎÀ» ¹ß»ý½Ãŵ´Ï´Ù. ÀÌ Å¬·¡½º´Â ÀÔÃâ·Â ó¸®ÀÇ ½ÇÆÐ, ¶Ç´Â ÀÎÅÍ·´Æ®ÀÇ ¹ß»ý¿¡ ÀÇÇØ ÀÛ¼ºµÇ´Â ¿¹¿ÜÀÇ ÀϹÝÀûÀΠŬ·¡½ºÀÔ´Ï´Ù.

µµÀÔµÈ ¹öÀü :
JDK1. 0
°ü·Ã Ç׸ñ:
InputStream, OutputStream, Á÷·ÄÈ­ µÈ Çü½Ä

»ý¼ºÀÚ °³¿ä
IOException ()
          ¿¡·¯ »ó¼¼ ¸Þ¼¼Áö·Î¼­ nullÀ» ¼³Á¤ÇØ IOExceptionÀ» ±¸ÃàÇÕ´Ï´Ù.
IOException (String  s)
          »ó¼¼ ¸Þ¼¼Áö¸¦ ÁöÁ¤ÇØ IOExceptionÀ» ±¸ÃàÇÕ´Ï´Ù.
 
¸Þ¼­µå °³¿ä
 
Ŭ·¡½º java.lang. Throwable ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼­µå
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

»ý¼ºÀÚ »ó¼¼

IOException

public IOException()
¿¡·¯ »ó¼¼ ¸Þ¼¼Áö·Î¼­ nullÀ» ¼³Á¤ÇØ IOExceptionÀ» ±¸ÃàÇÕ´Ï´Ù.


IOException

public IOException(String  s)
»ó¼¼ ¸Þ¼¼Áö¸¦ ÁöÁ¤ÇØ IOExceptionÀ» ±¸ÃàÇÕ´Ï´Ù. ¿¡·¯ ¸Þ¼¼Áö ij¸¯ÅÍ ¶óÀÎ s´Â java.lang.Throwable Ŭ·¡½ºÀÇ Throwable.getMessage() ¸Þ¼­µå¸¦ »ç¿ëÇØ ³ªÁß¿¡ ²¨³¾ ¼ö°¡ ÀÖ½À´Ï´Ù.

ÆĶó¹ÌÅÍ:
s - »ó¼¼ ¸Þ¼¼Áö

JavaTM 2 Platform
Standard Ed. 5.0

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.