Exception: java.util.MissingResourceException
- public exception MissingResourceException
- extends RuntimeException
Signals that a resource is missing.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- java.util.MissingResourceException
Methods
-
MissingResourceExceptiontop
Constructs a MissingResourceException with the specified information. A detail message is a String that describes this particular exception. -
getClassNametop
public String getClassName()Gets parameter passed by constructor. -
getKeytop
public String getKey()Gets parameter passed by constructor.
