java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----java.util.NoSuchElementException
Thrown by the 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.