クラス | 説明 |
---|---|
SuperCsvValidationException.Builder |
SuperCsvValidationException のインスタンスを作成するビルダクラス。 |
例外 | 説明 |
---|---|
SuperCsvBindingException |
CellProcessorとは別に、値を検証した結果、エラーが存在する場合にスローされる例外。
|
SuperCsvInvalidAnnotationException |
アノテーションの値が不正なときにスローされる例外。
|
SuperCsvNoMatchColumnSizeException |
The number of columns to be processed must match the number of CellProcessors
列のサイズが、CellProcessorやマッピングで定義したサイズと異なる場合にスローされる例外。
|
SuperCsvNoMatchHeaderException |
The number of columns to be processed must match the number of CellProcessors
列のサイズが、CellProcessorやマッピングで定義したサイズと異なる場合にスローされる例外。
|
SuperCsvRowException |
行のエラーをまとめた例外。
|
SuperCsvValidationException |
CellProcessor の実行に失敗(入力値が不正)などの時にスローされる例外。 |
Copyright © 2022 mygreen. All rights reserved.