net.dpml.lang
Class UnknownKeyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.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.0
Author:
The Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
UnknownKeyException(String key)
          Construct a new UnknownKeyException instance.
 
Method Summary
 String getKey()
          Return the key.
 
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

UnknownKeyException

public UnknownKeyException(String key)
Construct a new UnknownKeyException instance.

Parameters:
key - the unknown key
Method Detail

getKey

public String getKey()
Return the key.

Returns:
the key