public class NoSuchElementException extends java.lang.RuntimeException
Enumeration,
Iterator,
ListIterator,
Enumeration.nextElement(),
Iterator.next(),
ListIterator.previous(),
Serialized Form| Constructor and Description |
|---|
NoSuchElementException()
Constructs a NoSuchElementException with no detail message.
|
NoSuchElementException(java.lang.String detail)
Constructs a NoSuchElementException with a detail message.
|
public NoSuchElementException()
public NoSuchElementException(java.lang.String detail)
detail - the detail message for the exception