Class GPSDisabledException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GPSDisabledException
    extends IOException
    Exception is thrown when the GPS is disabled.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GPSDisabledException()
      Constructs an empty Exception.
      GPSDisabledException​(java.lang.String msg)
      Constructs an exception with the given message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • GPSDisabledException

        public GPSDisabledException()
        Constructs an empty Exception.
      • GPSDisabledException

        public GPSDisabledException​(java.lang.String msg)
        Constructs an exception with the given message.