public class java.util
MissingResourceException


Show All Login
Java SE 6
  
Extends: Throwable > Exception > RuntimeException
Details
Signals that a resource is missing.
version1.19, 11/17/05
sinceJDK1.1
See also java.lang.Exception, java.util.ResourceBundle

Constructors
public MissingResourceException(String s, String className, String key) Details
Constructs a MissingResourceException with the specified information. A detail message is a String that describes this particular exception.
sthe detail message
classNamethe name of the resource class
keythe key for the missing resource.

Properties
public String getClassName() Details
Gets parameter passed by constructor.
returnthe name of the resource class
public String getKey() Details
Gets parameter passed by constructor.
returnthe key for the missing resource