lu.cs.co.graph
Class NoSuchElementException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--lu.cs.co.graph.NoSuchElementException

public class NoSuchElementException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
NoSuchElementException()
          Constructs a NoSuchElementException with no detail message.
NoSuchElementException(String s)
          Constructs a NoSuchElementException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchElementException

public NoSuchElementException()
Constructs a NoSuchElementException with no detail message.

NoSuchElementException

public NoSuchElementException(String s)
Constructs a NoSuchElementException with the specified detail message.
Parameters:
s - the detail message.