January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.util.NoSuchElementException
This exception is identical to its J2SE counterpart. It signifies that there are no elements available for the requested operation.
public classNoSuchElementExceptionextends java.lang.RuntimeException { // constructors publicNoSuchElementException(); publicNoSuchElementException(String s); }
Read now
Unlock full access