Class LatLonFormatParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.metsci.glimpse.util.geo.format.LatLonFormatParseException
-
- All Implemented Interfaces:
Serializable
public class LatLonFormatParseException extends RuntimeException
- Author:
- osborn
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LatLonFormatParseException(String latLonString)LatLonFormatParseException(String latLonString, String message)LatLonFormatParseException(String latLonString, Throwable thrown)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LatLonFormatParseException
public LatLonFormatParseException(String latLonString)
-
-