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:
- 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:
- JDSL 2.1.1
- Author:
- David Ellis, based on a previous version by Mark Handy
- See Also:
KeyBasedContainer
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidKeyException
public InvalidKeyException(String message)
InvalidKeyException
public InvalidKeyException(String message,
Throwable cause)
InvalidKeyException
public InvalidKeyException(Throwable cause)