Documentation
›
java.util
›
MissingResourceException
MissingResourceException
MissingResourceException( s, className, key )
getClassName()
getKey()
MissingResourceException
public
Inherits From:
RuntimeException
:
Exception
:
Throwable
:
Object
Conforms To:
none
Declared In:
java.util
Exception Description
Signals that a resource is missing.
Class Variables
None declared in this exception.
Instance Variables
None declared in this exception.
Constructors
MissingResourceException
public MissingResourceException(
String
s
,
String
className
,
String
key
)
Constructs a MissingResourceException with the specified information. A detail message is a String that describes this particular exception.
Class Methods
None declared in this exception.
Instance Methods
getClassName
public
String
getClassName( )
Gets parameter passed by constructor.
getKey
public
String
getKey( )
Gets parameter passed by constructor.
Known Subclasses
None.
dydoc
3/10/05