|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.codehaus.dna.MissingResourceException
The MissingResourceException is used to signal a problem retrieving a resource from the ResourceLocator object.
Constructor Summary | |
MissingResourceException(java.lang.String message,
java.lang.String key)
Create a MissingResourceException with specified message and key. |
|
MissingResourceException(java.lang.String message,
java.lang.String key,
java.lang.Throwable cause)
Create a MissingResourceException with specified message, key and cause. |
Method Summary | |
java.lang.Throwable |
getCause()
Return the exception that caused this exception if any. |
java.lang.String |
getKey()
Return the resource key that caused the problem. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 MissingResourceException(java.lang.String message, java.lang.String key)
message
- the messagekey
- the keypublic MissingResourceException(java.lang.String message, java.lang.String key, java.lang.Throwable cause)
message
- the messagekey
- the keycause
- the causeMethod Detail |
public java.lang.String getKey()
public java.lang.Throwable getCause()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |