scale.common
Class NoSuchElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by scale.common.RuntimeException
                  extended by scale.common.NoSuchElementException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchElementException
extends RuntimeException

A search for an element of a container failed to find the element.

$Id: NoSuchElementException.java,v 1.14 2005-02-07 21:28:22 burrill Exp $

Copyright 2008 by the Scale Compiler Group,
Department of Computer Science
University of Massachusetts,
Amherst MA. 01003, USA
All Rights Reserved.

See Also:
Serialized Form

Constructor Summary
NoSuchElementException(java.lang.String info)
           
 
Method Summary
 
Methods inherited from class scale.common.RuntimeException
handler
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchElementException

public NoSuchElementException(java.lang.String info)
Parameters:
info - - information about the exception