java.util
Class MissingResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.util.MissingResourceException
All Implemented Interfaces:
Serializable

public class MissingResourceException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
MissingResourceException(String var0, String var1, String var2)
           
 
Method Summary
 String getClassName()
           
 String getKey()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingResourceException

public MissingResourceException(String var0,
                                String var1,
                                String var2)
Method Detail

getClassName

public String getClassName()

getKey

public String getKey()


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.