javax.microedition.location
Class LandmarkException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.microedition.location.LandmarkException

public class LandmarkException
extends java.lang.Exception

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


Constructor Summary
LandmarkException()
          Constructs a LandmarkException with no detail message.
LandmarkException(java.lang.String s)
          Constructs a LandmarkException with the specified 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

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 © 2003-2005 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.