All Packages Class Hierarchy This Package Previous Next Index

Class java.util.NoSuchElementException

java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----java.util.NoSuchElementException
public class NoSuchElementException
extends RuntimeException
Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.

See Also:
Enumeration, nextElement

Constructor Index

 o NoSuchElementException()
Constructs a NoSuchElementException with no detail message.
 o NoSuchElementException(String)
Constructs a NoSuchElementException with the specified detail message.

Constructors

 o NoSuchElementException public NoSuchElementException()
Constructs a NoSuchElementException with no detail message.

 o NoSuchElementException public NoSuchElementException(String s)
Constructs a NoSuchElementException with the specified detail message.

Parameters:
s - the detail message.

All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature