Package mccombe.mapping
Class LatLongFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- mccombe.mapping.LatLongFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class LatLongFormatException extends java.lang.Exception
An exception class for errors in Latitude and Longitude formats- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LatLongFormatException()
Creates a new instance ofLatLongFormatException
without detail message.LatLongFormatException(java.lang.String msg)
Constructs an instance ofLatLongFormatException
with the specified detail message.
-
-
-
Constructor Detail
-
LatLongFormatException
public LatLongFormatException()
Creates a new instance ofLatLongFormatException
without detail message.
-
LatLongFormatException
public LatLongFormatException(java.lang.String msg)
Constructs an instance ofLatLongFormatException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-