Package uk.co.mccombe.mapping
Class LatLongFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.co.mccombe.mapping.LatLongFormatException
- All Implemented Interfaces:
Serializable
An exception class for errors in Latitude and Longitude formats
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofLatLongFormatException
without detail message.Constructs an instance ofLatLongFormatException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LatLongFormatException
public LatLongFormatException()Creates a new instance ofLatLongFormatException
without detail message. -
LatLongFormatException
Constructs an instance ofLatLongFormatException
with the specified detail message.- Parameters:
msg
- the detail message.
-