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:
Serializable
A form of
Throwable that indicates an issue occurred during a GeoJSON operation.- Since:
- 3.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeoJsonException(String message) A form ofThrowablethat indicates an issue occurred during a GeoJSON operation. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GeoJsonException
A form ofThrowablethat indicates an issue occurred during a GeoJSON operation.- Parameters:
message- the detail message (which is saved for later retrieval by theThrowable.getMessage()method)- Since:
- 3.0.0
-