Thrown by the nextElement method of an
Enumeration to indicate that there are no more
elements in the enumeration.
author: unascribed version: 1.28, 05/05/07 See Also:java.util.Enumeration See Also:java.util.Enumeration.nextElement since: JDK1.0
Constructor Summary
public
NoSuchElementException() Constructs a NoSuchElementException with null
as its error message string.
public
NoSuchElementException(String s) Constructs a NoSuchElementException, saving a reference
to the error message string s for later retrieval by the
getMessage method.
Constructs a NoSuchElementException, saving a reference
to the error message string s for later retrieval by the
getMessage method.
Parameters: s - the detail message.