javax.microedition.global
Class UnsupportedLocaleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.microedition.global.UnsupportedLocaleException

public final class UnsupportedLocaleException
extends java.lang.RuntimeException

Thrown when an operation is attempted that is not supported for the specified locale. Examples of such operations include:


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

UnsupportedLocaleException

public UnsupportedLocaleException()

Constructs an UnsupportedLocaleException without a detail message.


UnsupportedLocaleException

public UnsupportedLocaleException(java.lang.String message)

Constructs an UnsupportedLocaleException with a detail message.

Parameters:
message - the detail message


Copyright © 2004-2005 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.