java.util.NoSuchElementException (JDK 1.0)
Signals that there are no elements in an object (such as a Vector) or that there are no more elements in an object (such as an Enumeration).
public classNoSuchElementExceptionextends RuntimeException { //Public ConstructorspublicNoSuchElementException(); publicNoSuchElementException(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Exception->RuntimeException->NoSuchElementException