repository.grepcode.com$java$root@jdk$openjdk@6-b14
repository.grepcode.com$java$root@jdk$openjdk@6-b14@java$util$MissingResourceException.java
file
oh
o
[]
Signals that a resource is missing.
Constructs a MissingResourceException with the specified information.
A detail message is a String that describes this particular exception.
- Parameters:
s the detail messageclassName the name of the resource classkey the key for the missing resource.
Constructs a
MissingResourceException with
message,
className,
key,
and
cause. This constructor is package private for
use by
ResourceBundle.getBundle.
- Parameters:
message
the detail messageclassName
the name of the resource classkey
the key for the missing resource.cause
the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent
or unknown.)
Gets parameter passed by constructor.
- Returns:
- the name of the resource class
Gets parameter passed by constructor.
- Returns:
- the key for the missing resource
The class name of the resource bundle requested by the user.
The name of the specific resource requested by the user.