javax.microedition.location
Class LocationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.microedition.location.LocationException
All Implemented Interfaces:
Serializable

public class LocationException
extends Exception

The LocationException is thrown when a location API specific error has occurred. The detailed conditions when this exception is thrown are documented in the methods that throw this exception.

See Also:
Serialized Form

Constructor Summary
LocationException()
          Constructs a LocationException with no detail message.
LocationException(java.lang.String s)
          Constructs a LocationException with the specified detail message.
 

Constructor Detail

LocationException

public LocationException()

Constructs a LocationException with no detail message.


LocationException

public LocationException(java.lang.String s)

Constructs a LocationException with the specified detail message.

Parameters:
s - the detail message


Copyright 1999-2005 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.