java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--java.util.NoSuchElementException
Untamed: Thrown by the nextElement method of an
Enumeration to indicate that there are no more
elements in the enumeration.
java.util.Enumeration,
java.util.Enumeration#nextElement(),
Serialized FormNoSuchElementException()
NoSuchElementException with null
as its error message string.
NoSuchElementException(String s)
NoSuchElementException, saving a reference
to the error message string s for later retrieval by the
getMessage method.
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
public NoSuchElementException()
NoSuchElementException with null
as its error message string.
public NoSuchElementException(String s)
NoSuchElementException, saving a reference
to the error message string s for later retrieval by the
getMessage method.
s - the detail message.