java.util
public class NoSuchElementException extends RuntimeException
Since: 1.0
See Also: Enumeration Iterator ListIterator nextElement next previous
UNKNOWN: updated to 1.4
| Constructor Summary | |
|---|---|
| NoSuchElementException()
Constructs a NoSuchElementException with no detail message. | |
| NoSuchElementException(String detail)
Constructs a NoSuchElementException with a detail message.
| |
Parameters: detail the detail message for the exception