All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----com.sun.java.util.collections.NoSuchElementException
nextElement
method of an
java.util.Enumeration
to indicate that there are no more
elements in the enumeration.
NoSuchElementException
with null
as its error message string.
NoSuchElementException
, saving a reference
to the error message string s for later retrieval by the
getMessage method.
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.
All Packages Class Hierarchy This Package Previous Next Index