Class java.lang.NoSuchElementException
All Packages    This Package    Previous    Next

Class java.lang.NoSuchElementException

java.lang.Object
   |
   +----java.lang.Exception
           |
           +----java.lang.NoSuchElementException

public class NoSuchElementException
extends Exception
Signals that an enumeration is empty.
See Also:
Enumeration
Version:
1.7, 31 Jan 1995

NoSuchElementException()
Constructor.
NoSuchElementException(String)
Constructor with a detail message.

NoSuchElementException
  public NoSuchElementException()
Constructor.

NoSuchElementException

  public NoSuchElementException(String s)
Constructor with a detail message.


All Packages    This Package    Previous    Next