java.util
Class MissingResourceException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.util.MissingResourceException
This exception is thrown when a resource is missing.
Since:Authors:- Jochen Hoenicke
- Warren Levy <warrenl@cygnus.com>
See Also:
MissingResourceException
public MissingResourceException(java.lang.String s, java.lang.String className, java.lang.String key)
Creates a new exception, with the specified parameters.
Parameters:
getClassName
public String getClassName()
Gets the name of the resource bundle, for which a resource is missing.
Returns:
- the name of the resource bundle
getKey
public String getKey()
Gets the key of the resource that is missing bundle, this is an empty
string if the whole resource bundle is missing.
Returns:
- the name of the resource bundle