Class LatLongFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.co.mccombe.mapping.LatLongFormatException
All Implemented Interfaces:
Serializable

public class LatLongFormatException extends Exception
An exception class for errors in Latitude and Longitude formats
See Also:
  • Constructor Details

    • 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.
      Parameters:
      msg - the detail message.