dk.itu.haas.GPS
Class FeatureNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--dk.itu.haas.GPS.FeatureNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class FeatureNotSupportedException
extends java.lang.RuntimeException

Thrown by methods in classes extending the GPS-class, if the implemented GPS-unit does not support the feature requested in the method.

See Also:
Serialized Form

Constructor Summary
FeatureNotSupportedException()
           
 
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

FeatureNotSupportedException

public FeatureNotSupportedException()