No examples for this method.
Frequently called with: [Clear]
-1
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.
detailMessage | the detail message for the exception. |
---|