Interface CsvFunctionProblems

All Superinterfaces:
nz.org.riskscape.engine.problem.ProblemFactory

public interface CsvFunctionProblems extends nz.org.riskscape.engine.problem.ProblemFactory
  • Method Details

    • memberDoesNotExist

      nz.org.riskscape.problem.Problem memberDoesNotExist(String member, nz.org.riskscape.engine.types.Struct amongst)

      When the member does not exist in the amongst struct.

    • noReturnColumnsFound

      nz.org.riskscape.problem.Problem noReturnColumnsFound(nz.org.riskscape.engine.types.Struct amongst)

      When no suitable return columns have been found in the amongst struct.

    • cannotLoadCsv

      nz.org.riskscape.problem.Problem cannotLoadCsv(URI location)

      When the location cannot be loaded.

    • emptyCsv

      nz.org.riskscape.problem.Problem emptyCsv()
    • duplicateHazardValue

      nz.org.riskscape.problem.Problem duplicateHazardValue(String hazardColumn, Number value)
    • exposureDefaultValueRequiredWhenExposureAttributeSet

      nz.org.riskscape.problem.Problem exposureDefaultValueRequiredWhenExposureAttributeSet(String exposureAttribute)
    • defaultExposureValueNotFoundInReturnColumns

      nz.org.riskscape.problem.Problem defaultExposureValueNotFoundInReturnColumns(String exposureAttribute, List<String> returnColumns)