java.util
public class MissingResourceException extends RuntimeException
Since: 1.1
See Also: ResourceBundle
UNKNOWN: updated to 1.4
| Constructor Summary | |
|---|---|
| MissingResourceException(String s, String className, String key)
Creates a new exception, with the specified parameters.
| |
| Method Summary | |
|---|---|
| String | getClassName()
Gets the name of the resource bundle, for which a resource is missing.
|
| String | getKey()
Gets the key of the resource that is missing bundle, this is an empty
string if the whole resource bundle is missing.
|
Parameters: s the detail message className the name of the resource bundle key the key of the missing resource
Returns: the name of the resource bundle
Returns: the name of the resource bundle