All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----java.util.NoSuchElementException
nextElement
method of an
Enumeration
to indicate that there are no more
elements in the enumeration.
NoSuchElementException
with no detail message.
NoSuchElementException
with the
specified detail message.
public NoSuchElementException()
NoSuchElementException
with no detail message.
public NoSuchElementException(String s)
NoSuchElementException
with the
specified detail message.
All Packages Class Hierarchy This Package Previous Next Index