javax.microedition.location
Class LandmarkException

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

public class LandmarkException
extends Exception

The LandmarkException is thrown when an error related to handling landmarks has occurred.

See Also:
Serialized Form

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

Constructor Detail

LandmarkException

public LandmarkException()

Constructs a LandmarkException with no detail message.


LandmarkException

public LandmarkException(java.lang.String s)

Constructs a LandmarkException with the specified detail message.

Parameters:
s - the detailed 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.