Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
◆ NoSuchElementException() [1/2]
java.util.NoSuchElementException.NoSuchElementException |
( |
| ) |
|
|
inline |
Constructs a new
with the current stack trace filled in.
◆ NoSuchElementException() [2/2]
java.util.NoSuchElementException.NoSuchElementException |
( |
String |
detailMessage | ) |
|
|
inline |
Constructs a new
with the current stack trace and message filled in.
- Parameters
-
detailMessage | the detail message for the exception. |
The documentation for this class was generated from the following file:
- src/java/util/NoSuchElementException.java