| public class java.util NoSuchElementException
|
Java SE 6 |
nextElement method of an
Enumeration to indicate that there are no more
elements in the enumeration.
| version | 1.22, 11/17/05 |
| since | JDK1.0 |
| See also | java.util.Enumeration, nextElement() |
| Constructors | |||
|---|---|---|---|
| public | NoSuchElementException() Constructs a NoSuchElementException with null
as its error message string.
| ||
| public | NoSuchElementException(String s) Constructs a NoSuchElementException, saving a reference
to the error message string s for later retrieval by the
getMessage method.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|