java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | java.util.NoSuchElementException |
Known Direct Subclasses
|
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
|
|||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
|
|||||||||||||||||||||||||||||||||||||
From class
java.lang.Object
|
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. |
---|