Class TurfException

All Implemented Interfaces:
Serializable

public class TurfException extends RuntimeException
This indicates conditions that a reasonable application might want to catch.

A RuntimeException specific to Turf calculation errors and is thrown whenever either an unintended event occurs or the data passed into the method isn't sufficient enough to perform the calculation.

Since:
1.2.0
See Also:
  • Constructor Details

    • TurfException

      public TurfException(String message)
      A form of RuntimeException that indicates conditions that a reasonable application might want to catch.
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
      Since:
      1.2.0