Class GeoJsonException

All Implemented Interfaces:
Serializable

public class GeoJsonException extends RuntimeException
A form of Throwable that indicates an issue occurred during a GeoJSON operation.
Since:
3.0.0
See Also:
  • Constructor Details

    • GeoJsonException

      public GeoJsonException(String message)
      A form of Throwable that indicates an issue occurred during a GeoJSON operation.
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method)
      Since:
      3.0.0