Packages This Package Prev Next Index
public class java.util.NoSuchElementException extends java.lang.RuntimeException (I-§1.42) { // Constructors public NoSuchElementException(); §3.14.1 public NoSuchElementException(String s); §3.14.2 }Thrown by the nextElement method (I-§3.11.2) of an Enumeration to indicate that there are no more elements in the enumeration.
public NoSuchElementException()
public NoSuchElementException(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)