Package nablarch.fw.web.upload.util
Class BulkValidationResult.ErrorMessages
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<Integer,List<Message>>
nablarch.fw.web.upload.util.BulkValidationResult.ErrorMessages
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Integer,
,List<Message>> NavigableMap<Integer,
,List<Message>> SortedMap<Integer,
List<Message>>
- Enclosing class:
- BulkValidationResult<FORM>
エラーメッセージ一覧を、行数の昇順で保持するクラス。
キー:エラーが発生した行番号 値 :発生したエラーメッセージ
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, merge, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
-
Constructor Details
-
ErrorMessages
public ErrorMessages()
-
-
Method Details
-
getAllMessages
行数の昇順でソートされた、全てのエラーメッセージを取得する。- Returns:
- 全てのエラーメッセージ
-