Package totalcross.io.device.gps
Class GPSDisabledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- totalcross.io.IOException
-
- totalcross.io.device.gps.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.
-