Copyright © Rasmus Sten and contributors, 1997-2004

nu.dll.lyskom
Class NoSuchKeyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--nu.dll.lyskom.NoSuchKeyException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchKeyException
extends java.lang.RuntimeException

Thrown by the Selection class when an application tries to access a non-existant key.

See Also:
Serialized Form

Constructor Summary
NoSuchKeyException()
           
NoSuchKeyException(java.lang.String s)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchKeyException

public NoSuchKeyException()

NoSuchKeyException

public NoSuchKeyException(java.lang.String s)

Copyright © Rasmus Sten and contributors, 1997-2004