NoSuchElementException


NoSuchElementException java.util

Java 1.0 serializable unchecked

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 ).

Figure 16-46. java.util.NoSuchElementException

 public class  NoSuchElementException  extends RuntimeException {  // Public Constructors  public  NoSuchElementException  ( );        public  NoSuchElementException  (String  s  );   } 

Subclasses

InputMismatchException



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net