JavaTM 2 Platform
Standard Ed. 5.0

java.util
Ŭ·¡½º NoSuchElementException

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

public class NoSuchElementException
extends RuntimeException

ÀÌ ¿­°Å¿¡ ±× ÀÌ»óÀÇ ¿ä¼Ò°¡ ¾øÀ¸¸éEnumeration nextElement ¸Þ¼­µå¿¡ ÀÇÇØ ¹ß»ý µË´Ï´Ù.

µµÀÔµÈ ¹öÀü :
JDK1. 0
°ü·Ã Ç׸ñ:
Enumeration, Enumeration.nextElement(), Á÷·ÄÈ­ µÈ Çü½Ä

»ý¼ºÀÚ °³¿ä
NoSuchElementException ()
          ¿¡·¯ ¸Þ¼¼Áö ij¸¯ÅÍ ¶óÀο¡ nullÀ» »ç¿ëÇØ NoSuchElementExceptionÀ» ±¸ÃàÇÕ´Ï´Ù.
NoSuchElementException (String  s)
          NoSuchElementExceptionÀ» ±¸ÃàÇÕ´Ï´Ù.
 
¸Þ¼­µå °³¿ä
 
Ŭ·¡½º 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
 

»ý¼ºÀÚ »ó¼¼

NoSuchElementException

public NoSuchElementException()
¿¡·¯ ¸Þ¼¼Áö ij¸¯ÅÍ ¶óÀο¡ nullÀ» »ç¿ëÇØ NoSuchElementExceptionÀ» ±¸ÃàÇÕ´Ï´Ù.


NoSuchElementException

public NoSuchElementException(String  s)
NoSuchElementExceptionÀ» ±¸ÃàÇÕ´Ï´Ù. ÀÌ ¶§, ¿¡·¯ ¸Þ¼¼Áö ij¸¯ÅÍ ¶óÀÎ s¿¡ ÂüÁ¶¸¦ º¸ÀÇÁ¸µÈ °ÍÀ¸·Î½á, ³ªÁß¿¡ 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 µµ ÂüÁ¶ÇϽʽÿÀ.