net.dpml.lang
Class UnknownKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.dpml.lang.UnknownKeyException
- All Implemented Interfaces:
- Serializable
- public class UnknownKeyException
- extends Exception
Exception to indicate an error arrising from the use of an unknown key.
- Version:
- 1.0.1
- Author:
- Digital Product Meta Library
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownKeyException
public UnknownKeyException(String key)
- Construct a new
UnknownKeyException
instance.
- Parameters:
key
- the unknown key
getKey
public String getKey()
- Return the key.
- Returns:
- the key