JavaTM 2
Platform
Std.  Ed.  v1. 4.0

java.io
Ŭ·¡½º FileNotFoundException

java.lang.Object 
  |
  +--java.lang.Throwable 
        |
        +--java.lang.Exception 
              |
              +--java.io.IOException 
                    |
                    +--java.io.FileNotFoundException
¸ðµç ±¸Çö ÀÎÅÍÆäÀ̽º:
Serializable

public class FileNotFoundException
extends IOException

ÁöÁ¤µÈ ÆÐ½º¸íÀ¸·Î ³ªÅ¸³ª´Â ÆÄÀÏÀÌ ¿­¸®Áö ¾Ê¾Ò´ø °ÍÀ» ÅëÁöÇÕ´Ï´Ù.

ÀÌ ¿¹¿Ü´Â ÁöÁ¤µÈ ÆÐ½º¸íÀÇ ÆÄÀÏÀÌ Á¸ÀçÇÏÁö ¾ÊÀ» ¶§¿¡,FileInputStream ,FileOutputStream , ¹× RandomAccessFile constructor ¿¡ ÀÇÇØ ½½·Î¿ì µË´Ï´Ù. ¶Ç, ÆÄÀÏÀÌ Á¸ÀçÇØµµ, ÇϵîÀÇ ÀÌÀ¯·Î½á ¾×¼¼½º ÇÒ ¼ö ¾ø´Â °æ¿ì (¿¹¸¦ µé¾î, read Àü¿ëÀÇ ÆÄÀÏÀ» ±âÀÔÀ» À§Çؼ­(¶§¹®¿¡) ¿­·Á°í ÇßÀ» °æ¿ì)¿¡µµ ±×·¯ÇÑ constructor ¿¡ ÀÇÇØ ½½·Î¿ì µË´Ï´Ù.

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

»ý¼ºÀÚÀÇ °³¿ä
FileNotFoundException ()
          ¿¡·¯ »ó¼¼ ¸Þ¼¼Áö·Î¼­ null ¸¦ ¼³Á¤ÇØ FileNotFoundException ¸¦ ±¸ÃàÇÕ´Ï´Ù.
FileNotFoundException (String  s)
          »ó¼¼ ¸Þ¼¼Áö¸¦ ÁöÁ¤ÇØ FileNotFoundException ¸¦ ±¸ÃàÇÕ´Ï´Ù.
 
Ŭ·¡½º 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
 

»ý¼ºÀÚÀÇ »ó¼¼

FileNotFoundException

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


FileNotFoundException

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

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

JavaTM 2
Platform
Std.  Ed.  v1. 4.0

¹ö±×ÀÇ º¸°í¿Í ±â´ÉÀÇ ¸®Äù½ºÆ®
ÀÌ¿ÜÀÇ API ·¹ÆÛ·±½º ¹× °³¹ßÀÚ¿ë ¹®¼­¿¡ ´ëÇØ¼­´Â Java 2 SDK SE °³¹ßÀÚ¿ë ¹®¼­¸¦ ÂüÁ¶ÇØ ÁÖ¼¼¿ä. °³¹ßÀÚÀü¿ëÀÇ »ó¼¼ÇÑ ÇØ¼³, °³³äÀÇ °³¿ä, ¿ë¾îÀÇ Á¤ÀÇ, ¹ö±×ÀÇ È¸ÇÇÃ¥, ¹× ÄÚµå ½Ç·Ê°¡ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù.

Java, Java 2 D, ¹× JDBC ´Â ¹Ì±¹ ¹× ±× ¿ÜÀÇ ³ª¶ó¿¡ À־ÀÇ ¹Ì±¹ Sun Microsystems, Inc. ÀÇ »óÇ¥ ȤÀº µî·Ï»óÇ¥ÀÔ´Ï´Ù.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.