java.util
Class MissingResourceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.util.MissingResourceException
All Implemented Interfaces:
java.io.Serializable

public synchronized class MissingResourceException
extends RuntimeException


Constructor Summary
MissingResourceException(String, String, String)
           
 
Method Summary
 String getClassName()
           
 String getKey()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, hashCode
 

Constructor Detail

MissingResourceException

public MissingResourceException(String,
                                String,
                                String)
Method Detail

getClassName

public String getClassName()

getKey

public String getKey()