Package java.util
Class NoSuchElementException

Public Constructor NoSuchElementException

NoSuchElementException()

NoSuchElementException(String s)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor NoSuchElementException():

Constructs a NoSuchElementException with null as its error message string.

constructor NoSuchElementException(String s):

Constructs a NoSuchElementException, saving a reference to the error message for later retrieval by the getMessage method.