public class LatLongFormatException
extends java.lang.Exception
| Constructor and Description |
|---|
LatLongFormatException()
Creates a new instance of
LatLongFormatException without detail message. |
LatLongFormatException(java.lang.String msg)
Constructs an instance of
LatLongFormatException with the specified detail message. |
public LatLongFormatException()
LatLongFormatException without detail message.public LatLongFormatException(java.lang.String msg)
LatLongFormatException with the specified detail message.msg - the detail message.