BenQ Mobile

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
All Implemented Interfaces:
java.io.Serializable

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:

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

  • Attempt to create an instance of StringComparator or Formatter for a locale that is not supported by the implementation.
  • Creating an instance of 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.
  • Copyright: Copyright (c) Siemens AG 2004 * ALL RIGHTS RESERVED

    Version:
    0.1
    Author:
    COM SWC 21 MAO
    See Also:
    Serialized Form

    Constructor Summary
    UnsupportedLocaleException()
              Constructs an UnsupportedLocaleException without a detail message.
    UnsupportedLocaleException(java.lang.String message)
              Constructs an UnsupportedLocaleException with a detailed message.
     
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
     
    Methods inherited from class java.lang.Object
    clone, equals, finalize, 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 detailed message.

    Parameters:
    message - the detail message.

    BenQ Mobile

    Copyright © 2006 BenQ Mobile GmbH & Co. OHG or respective copyright owner.
    All Rights Reserved.
    BenQ Corp. is a trademark licensee of Siemens AG.


    For further information about Mobility Toolkit (MTK) visit our Developer Portal.