NoSuchElementException.NoSuchElementException

NoSuchElementException.NoSuchElementException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public NoSuchElementException()
Description
Constructs a NoSuchElementException with no detail message.



Syntax 2
public NoSuchElementException( String s )
Parameters
s
the detail message.
Description
Constructs a NoSuchElementException with the specified detail message.