Package com.mapbox.geojson.exception
Class GeoJsonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.mapbox.geojson.exception.GeoJsonException
-
- All Implemented Interfaces:
java.io.Serializable
public class GeoJsonException extends java.lang.RuntimeExceptionA form ofThrowablethat indicates an issue occurred during a GeoJSON operation.- Since:
- 3.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeoJsonException(java.lang.String message)A form ofThrowablethat indicates an issue occurred during a GeoJSON operation.
-