com.motorola.iden.resourcebundle
Class MissingResourceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.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

Constructor Summary
MissingResourceException(String s, String exceptionClassName, String exceptionKey)
          Constructs a MissingResourceException with the specified information.
 
Method Summary
 String getClassName()
          Gets parameter passed by constructor.
 String getKey()
          Gets parameter passed by constructor.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

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