ewe.util
Class NoSuchElementException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byewe.util.NoSuchElementException

public class NoSuchElementException
extends RuntimeException


Constructor Summary
NoSuchElementException()
           
NoSuchElementException(String msg)
           
NoSuchElementException(String message, Throwable cause)
           
NoSuchElementException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

NoSuchElementException

public NoSuchElementException()

NoSuchElementException

public NoSuchElementException(String msg)

NoSuchElementException

public NoSuchElementException(Throwable cause)

NoSuchElementException

public NoSuchElementException(String message,
                              Throwable cause)