TopologyValidationError constructor

TopologyValidationError(
  1. int errorType
)

Creates a validation error of the given type with a null location

@param errorType the type of the error

Implementation

TopologyValidationError(int errorType) : this.withCoordinate(errorType, null);