| public class java.util MissingResourceException
|
Java SE 6 |
| version | 1.19, 11/17/05 |
| since | JDK1.1 |
| See also | java.lang.Exception, java.util.ResourceBundle |
| Constructors | |||||||
|---|---|---|---|---|---|---|---|
| public | MissingResourceException(String s, String className, String key) Details
Constructs a MissingResourceException with the specified information.
A detail message is a String that describes this particular exception.
| ||||||
| Properties | |||
|---|---|---|---|
| public String | getClassName() Details
Gets parameter passed by constructor.
| ||
| public String | getKey() Details
Gets parameter passed by constructor.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|