JavaTM 2 Platform
Standard Ed. 5.0

javax.imageio
Ŭ·¡½º IIOException

java.lang.Object 
  »óÀ§¸¦ È®Àå java.lang.Throwable 
      »óÀ§¸¦ È®Àå java.lang.Exception 
          »óÀ§¸¦ È®Àå java.io.IOException 
              »óÀ§¸¦ È®Àå javax.imageio.IIOException
¸ðµç ±¸ÇöµÈ ÀÎÅÍÆäÀ̽º:
Serializable
¾Ë·ÁÁø Á÷°è ¼­ºê Ŭ·¡½º:
IIOInvalidTreeException

public class IIOException
extends IOException

Àбâ /Ãâ·Â Á¶ÀÛÀÇ ½ÇÇà½Ã ÀåÇظ¦ ÅëÁöÇÏ´Â ¿¹¿Ü Ŭ·¡½ºÀÔ´Ï´Ù.

¸Þ¼¼Áö ij¸¯ÅÍ ¶óÀο¡ °¡¼¼ÇØ, ´Ù¸¥ Throwable (Error ¶Ç´Â Exception)¿¡ÀÇ ÂüÁ¶°¡ À¯ÁöµË´Ï´Ù. null ÀÌ¿ÜÀÇ °æ¿ì´Â ÀÌ ¿¹¿Ü¸¦ ¹ß»ý½ÃŲ À̺¥Æ®¸¦ ÂüÁ¶ÇÕ´Ï´Ù. ¿¹¸¦ µé¾î, File·Î ºÎÅÍ ÀÐÈ÷´Â µ¿¾È¿¡ IOException´Â ÀÌ Å¬·¡½º¿¡ Æ÷ÇԵ˴ϴÙ.

°ü·Ã Ç׸ñ:
Á÷·ÄÈ­ µÈ Çü½Ä

»ý¼ºÀÚ °³¿ä
IIOException (String  message)
          ÁöÁ¤µÈ ¸Þ¼¼Áö String·Î IIOExceptionÀ» ±¸ÃàÇÕ´Ï´Ù.
IIOException (String  message, Throwable  cause)
          ÁöÁ¤µÈ String¿Í ±× ±âº»À¸·Î µÇ´Â ¿øÀÎÀÌ µÈ ThrowableÀ» »ç¿ëÇØ IIOExceptionÀ» ±¸ÃàÇÕ´Ï´Ù.
 
¸Þ¼­µå °³¿ä
 
Ŭ·¡½º 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
 

»ý¼ºÀÚ »ó¼¼

IIOException

public IIOException(String  message)
ÁöÁ¤µÈ ¸Þ¼¼Áö String·Î IIOExceptionÀ» ±¸ÃàÇÕ´Ï´Ù. ±âº»À¸·Î µÇ´Â ¿øÀÎÀº ¼³Á¤µÇÁö ¾Ê½À´Ï´Ù. getCause´Â nullÀ» ¸®ÅÏÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
message - ¿¡·¯ ¸Þ¼¼Áö
°ü·Ã Ç׸ñ:
Throwable.getMessage()

IIOException

public IIOException(String  message,
                    Throwable  cause)
ÁöÁ¤µÈ String¿Í ±× ±âº»À¸·Î µÇ´Â ¿øÀÎÀÌ µÈ ThrowableÀ» »ç¿ëÇØ IIOExceptionÀ» ±¸ÃàÇÕ´Ï´Ù.

ÆĶó¹ÌÅÍ:
message - ¿¡·¯ ¸Þ¼¼Áö
cause - ÀÌ ¿¹¿Ü¸¦ ¹ß»ý½ÃŲ Throwable (Error ¶Ç´Â Exception)
°ü·Ã Ç׸ñ:
Throwable.getCause(), Throwable.getMessage()

JavaTM 2 Platform
Standard Ed. 5.0

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