|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jmatchparser.util.csv.fieldreader.FieldReaderException.FieldReaderExceptionInfo<K,V>
K
- Type of the fields of the field readerV
- Type of the values of the field readerpublic static class FieldReaderException.FieldReaderExceptionInfo<K,V>
Additional information about a field reader exception. Placed into a
nested class since Exception
s may not have generic arguments.
Constructor Summary | |
---|---|
FieldReaderException.FieldReaderExceptionInfo(K field,
V value,
Map<K,V> originalRecord)
Create a new FieldReaderExceptionInfo instance. |
Method Summary | |
---|---|
K |
getField()
Return the field. |
Map<K,V> |
getOriginalRecord()
Return all the other fields available. |
V |
getValue()
Return the value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldReaderException.FieldReaderExceptionInfo(K field, V value, Map<K,V> originalRecord)
field
- Field that caused the exceptionvalue
- Value of that fieldoriginalRecord
- All fields as available at that state of parsingMethod Detail |
---|
public K getField()
public V getValue()
public Map<K,V> getOriginalRecord()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |