NoSuchElementExceptionNameNoSuchElementExceptionSynopsis
DescriptionA NoSuchElementException is thrown by Enumeration objects when there are no more elements to be returned. Class Summary
public class java.util.NoSuchElementException
extends java.lang.RuntimeException {
// Constructors
public NoSuchElementException();
public NoSuchElementException(String s);
}
ConstructorsNoSuchElementExceptionpublic NoSuchElementException()
public NoSuchElementException(String s)
Inherited Methods
See AlsoEnumeration, Exception, RuntimeException |
|