|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.adfnmc.java.util.MissingResourceException
public class MissingResourceException
This runtime exception is thrown by ResourceBundle when a resouce bundle cannot be found or a resource is missing from a resource bundle.
ResourceBundle| Constructor Summary | |
|---|---|
MissingResourceException(java.lang.String detailMessage,
java.lang.String className,
java.lang.String resourceName)
Constructs a new instance of this class with its walkback, message, the class name of the resource bundle and the name of the missing resource. |
|
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
Answers the class name of the resource bundle from which a resource could not be found, or in the case of a missing resource, the name of the missing resource bundle. |
java.lang.String |
getKey()
Answers the name of the missing resource, or an empty string if the resource bundle is missing. |
| 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 |
|---|
public MissingResourceException(java.lang.String detailMessage,
java.lang.String className,
java.lang.String resourceName)
detailMessage - String The detail message for the exception.className - String The class name of the resource bundle.resourceName - String The name of the missing resource.| Method Detail |
|---|
public java.lang.String getClassName()
public java.lang.String getKey()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||