java.util
Class NoSuchElementException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.util.NoSuchElementException

public class NoSuchElementException
extends RuntimeException


Constructor Summary
NoSuchElementException()
           
 
Method Summary
static RuntimeException throwIt()
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals
 

Constructor Detail

NoSuchElementException

public NoSuchElementException()
Method Detail

throwIt

public static RuntimeException throwIt()