public class DataError extends Object
Constructor and Description |
---|
DataError(String errorDesc,
int lineNo,
int errorLevel) |
DataError(String errorDesc,
int lineNo,
int errorLevel,
String rawData) |
DataError(String errorDesc,
int lineNo,
int errorLevel,
String rawData,
String lastColumnName,
String lastColumnValue) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorDesc()
Returns the errorDesc.
|
int |
getErrorLevel()
Returns the errorLevel.
|
String |
getLastColumnName() |
String |
getLastColumnValue() |
int |
getLineNo()
Returns the lineNo.
|
String |
getRawData()
Option must be set on parser, otherwise this is
null by default
|
String |
toString() |
public DataError(String errorDesc, int lineNo, int errorLevel)
errorDesc
- Text description of the error that occurredlineNo
- Line number in the data file the error occurred onerrorLevel
- Level of the error (1=warning, 2=moderate, 3=severe)public DataError(String errorDesc, int lineNo, int errorLevel, String rawData)
errorDesc
- Text description of the error that occurredlineNo
- Line number in the data file the error occurred onerrorLevel
- Level of the error (1=warning, 2=moderate, 3=severe)rawData
- String of data which the parse failed onpublic DataError(String errorDesc, int lineNo, int errorLevel, String rawData, String lastColumnName, String lastColumnValue)
errorDesc
- Text description of the error that occurredlineNo
- Line number in the data file the error occurred onerrorLevel
- Level of the error (1=warning, 2=moderate, 3=severe)rawData
- String of data which the parse failed onpublic String getErrorDesc()
public int getErrorLevel()
public int getLineNo()
public String getLastColumnName()
public String getLastColumnValue()
public String getRawData()
Copyright © 2006–2021 Appendium - Portfolio Financing Platform. All rights reserved.