| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | java.util.NoSuchElementException | |||
|
|
Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
NoSuchElementException with the current stack
trace filled in.
| |||||||||||
Constructs a new
NoSuchElementException with the current stack
trace and message filled in.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
|
| |||||||||||
Constructs a new NoSuchElementException with the current stack
trace filled in.
Constructs a new NoSuchElementException with the current stack
trace and message filled in.
| Parameters | |
|---|---|
detailMessage |
String:
the detail message for the exception.
|