Class UnexpectedNullValueException

All Implemented Interfaces:
Serializable

public class UnexpectedNullValueException extends RiskscapeException

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 Details

    • UnexpectedNullValueException

      public UnexpectedNullValueException(Problem problem)