java.lang.Object
org.csveed.report.AbstractCsvError
- All Implemented Interfaces:
CsvError
- Direct Known Subclasses:
GeneralError
,RowError
The Class AbstractCsvError.
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractCsvError
(String message) Instantiates a new abstract csv error. -
Method Summary
Modifier and TypeMethodDescriptionReturns the original error message.Gets the message as list.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.csveed.report.CsvError
getLineNumber, getPrintableLines, getRowParts
-
Constructor Details
-
AbstractCsvError
Instantiates a new abstract csv error.- Parameters:
message
- the message
-
-
Method Details
-
getMessage
Description copied from interface:CsvError
Returns the original error message.- Specified by:
getMessage
in interfaceCsvError
- Returns:
- error message
-
getMessageAsList
-