|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.dpml.lang.UnknownKeyException
public class UnknownKeyException
Exception to indicate an error arrising from the use of an unknown key.
Constructor Summary | |
---|---|
UnknownKeyException(java.lang.String key)
Construct a new UnknownKeyException instance. |
Method Summary | |
---|---|
java.lang.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 |
---|
public UnknownKeyException(java.lang.String key)
UnknownKeyException
instance.
key
- the unknown keyMethod Detail |
---|
public java.lang.String getKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |