public class MissingResourceException extends RuntimeException
ResourceBundle| Constructor and Description |
|---|
MissingResourceException(String s,
String className,
String key)
Creates a new exception, with the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, toStringpublic String getClassName()
public String getKey()