|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--java.util.MissingResourceException
Signals that a resource is missing.
Exception
,
ResourceBundle
Constructor Summary | |
MissingResourceException(String s,
String className,
String key)
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 |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode |
Constructor Detail |
public MissingResourceException(String s, String className, String key)
s
- the detail messagekey
- the key for the missing resource.Method Detail |
public String getClassName()
public String getKey()
|
MIT ACM/IEEE Programming Competition |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |