jdsl.core.api
Class InvalidKeyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.core.api.CoreException
                          |
                          +--jdsl.core.api.InvalidKeyException
All Implemented Interfaces:
java.io.Serializable

public class InvalidKeyException
extends CoreException

Used when a key passed to a key-based container is not supported by the implementation's lookup mechanism.

Version:
$Id: InvalidKeyException.java,v 1.2 2000/01/12 03:21:31 mdh Exp $
Author:
Mark Handy
See Also:
KeyBasedContainer, Serialized Form

Constructor Summary
InvalidKeyException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidKeyException

public InvalidKeyException(java.lang.String message)