Class CoverageValueProviderHelper.EmptyGeometryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nz.org.riskscape.engine.data.coverage.CoverageValueProviderHelper.EmptyGeometryException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CoverageValueProviderHelper
Exception to throw if the helper is given an empty geometry. Checked to ensure calling code handles this correctly.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyGeometryException
public EmptyGeometryException()
-