NoSuchElementException.NoSuchElementException
Class Overview | Class Members |
This Package |
All Packages
public NoSuchElementException()
Description
Constructs a NoSuchElementException with no detail message.
public NoSuchElementException( String s )
Parameters
- s
- the detail message.
Description
Constructs a NoSuchElementException with the
specified detail message.