javax.microedition.location
Class LandmarkException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
javax.microedition.location.LandmarkException
public class LandmarkException
- extends Exception
 
The LandmarkException is thrown when an error related to handling landmarks has
 occurred.
 
 
 
 
LandmarkException
public LandmarkException()
- Constructs a LandmarkException with no detail message.
 
LandmarkException
public LandmarkException(String s)
- Constructs a LandmarkException with the specified detail message.
- Parameters:
 s - the detailed message