|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.microedition.global.UnsupportedLocaleException
Thrown when an operation is attempted that is not supported for the specified locale. Examples of such operations include:
StringComparator
or Formatter
for a locale that is not supported by the implementation.ResourceManager
for a
base name and locale combination when the locale is listed in the
meta-information file but there is no associated resource file.
Constructor Summary | |
UnsupportedLocaleException()
Constructs an UnsupportedLocaleException
without a detail message. |
|
UnsupportedLocaleException(java.lang.String message)
Constructs an UnsupportedLocaleException with a
detail message. |
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 UnsupportedLocaleException()
Constructs an UnsupportedLocaleException
without a detail message.
public UnsupportedLocaleException(java.lang.String message)
Constructs an UnsupportedLocaleException
with a
detail message.
message
- the detail message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |