public class TurfException
extends java.lang.RuntimeException
 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.
 
| Constructor and Description | 
|---|
| TurfException(java.lang.String message)A form of  RuntimeExceptionthat indicates conditions that a reasonable application
 might want to catch. | 
public TurfException(java.lang.String message)
RuntimeException that indicates conditions that a reasonable application
 might want to catch.message - the detail message (which is saved for later retrieval by the
                Throwable.getMessage() method).