-
Type:
Enhancement
-
Resolution: Duplicate
-
Priority:
P4
-
None
-
Affects Version/s: 1.4.0
-
Component/s: core-libs
-
None
-
sparc
-
solaris_7
ResourceBundle.getObject will throw an exception if the value does not exist. Throwing an exception is an expensive operation and thus it would be better to either offer a method that doesn't throw an exception, or returns true if the key exists so as to avoid the exception throwing.
- duplicates
-
JDK-4286358 (rb) RFE: Want ResourceBundle.hasKey()
-
- Resolved
-