Package nz.org.riskscape.engine.relation
Class UnexpectedNullValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.engine.relation.UnexpectedNullValueException
- All Implemented Interfaces:
Serializable
Thrown when a null value was unexpectedly encountered in the input data. This should only really occur when the underlying shapefile data contains nulls.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class nz.org.riskscape.engine.RiskscapeException
getCause, getProblem, hasProblem
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnexpectedNullValueException
-