public class MissingResourceException extends RuntimeException
Exception,
ResourceBundle,
Serialized Form
| Constructor and Description |
|---|
MissingResourceException(String
Constructs a MissingResourceException with the specified information.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets parameter passed by constructor.
|
String |
getKey()
Gets parameter passed by constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MissingResourceException(Strings, String className, String key)
s - the detail message
className - the name of the resource class
key - the key for the missing resource.