com.motorola.iden.resourcebundle
Class MissingResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.motorola.iden.resourcebundle.MissingResourceException
- public class MissingResourceException
- extends RuntimeException
Signals that a resource is missing.
MOTOROLA and the Stylized M Logo are registered trademarks of
Motorola, Inc. Reg. U.S. Pat. & Tm. Off.
© Copyright 2003 Motorola, Inc. All Rights Reserved.
- See Also:
Exception
,
ResourceBundle
MissingResourceException
public MissingResourceException(String s,
String exceptionClassName,
String exceptionKey)
- Constructs a MissingResourceException with the specified information.
A detail message is a String that describes this particular exception.
- Parameters:
s
- the detail message
getClassName
public String getClassName()
- Gets parameter passed by constructor.
- Returns:
- the name of the resource class
getKey
public String getKey()
- Gets parameter passed by constructor.
- Returns:
- the key for the missing resource