Uses of Class
com.amilesend.discogs.csv.validation.ValidationException
Packages that use ValidationException
Package
Description
-
Uses of ValidationException in com.amilesend.discogs.csv
Methods in com.amilesend.discogs.csv that throw ValidationExceptionModifier and TypeMethodDescriptionInventoryCsvWriter.InventoryCsvWriterBuilder.build()voidInventoryCsvValidator.validate(@NonNull Path csvFile, @NonNull InventoryRecordType type) Validates an inventory CSV file by: Validating that headers are recognized Required headers are present Contents adhere to column value constraintsvoidInventoryCsvWriter.write(@NonNull InventoryRecord record) Writes a record to the CSV file. -
Uses of ValidationException in com.amilesend.discogs.csv.type
Methods in com.amilesend.discogs.csv.type that throw ValidationExceptionModifier and TypeMethodDescriptionvoidInventoryRecord.validate(@NonNull InventoryRecordType type) Validates the record contents based on the defined record type. -
Uses of ValidationException in com.amilesend.discogs.csv.validation
Methods in com.amilesend.discogs.csv.validation that throw ValidationExceptionModifier and TypeMethodDescriptionvoidMediaConditionValidator.validate(String value, @NonNull InventoryHeader header, Integer row, Integer col) voidPositiveIntValidator.validate(String value, @NonNull InventoryHeader header, Integer row, Integer col) voidPriceValidator.validate(String value, @NonNull InventoryHeader header, Integer row, Integer col) voidSleeveConditionValidator.validate(String value, @NonNull InventoryHeader header, Integer row, Integer col) voidValueValidator.validate(String value, InventoryHeader header, Integer row, Integer col) Validates a CSV attribute.voidYesNoValidator.validate(String value, @NonNull InventoryHeader header, Integer row, Integer col) voidZeroOrPositiveIntValidator.validate(String value, @NonNull InventoryHeader header, Integer row, Integer col)