public class DataError extends Object
Constructor and Description |
---|
DataError(String errorDesc,
int lineNo,
int errorLevel) |
DataError(String errorDesc,
int lineNo,
int errorLevel,
String rawData) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorDesc()
Returns the errorDesc.
|
int |
getErrorLevel()
Returns the errorLevel.
|
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 String getErrorDesc()
public int getErrorLevel()
public int getLineNo()
public String getRawData()
Copyright © 2006–2016 Appendium - Portfolio Financing Platform. All rights reserved.