? LatLongFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
mccombe.mapping.LatLongFormatException
????????:
Serializable

public class LatLongFormatException extends Exception
An exception class for errors in Latitude and Longitude formats
????:
  • ???????

    • LatLongFormatException

      public LatLongFormatException()
      Creates a new instance of LatLongFormatException without detail message.
    • LatLongFormatException

      public LatLongFormatException(String msg)
      Constructs an instance of LatLongFormatException with the specified detail message.
      ??:
      msg - the detail message.