??? mccombe.mapping
? LatLongFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
mccombe.mapping.LatLongFormatException
- ????????:
Serializable
An exception class for errors in Latitude and Longitude formats
- ????:
-
?????
????????Creates a new instance ofLatLongFormatException
without detail message.Constructs an instance ofLatLongFormatException
with the specified detail message. -
????
-
???????
-
LatLongFormatException
public LatLongFormatException()Creates a new instance ofLatLongFormatException
without detail message. -
LatLongFormatException
Constructs an instance ofLatLongFormatException
with the specified detail message.- ??:
msg
- the detail message.
-