public final class InconsistentValueWidthException extends InconsistentRowFormatException
| Constructor and Description |
|---|
InconsistentValueWidthException(Row proposedRow,
InconsistentValueWidthException cause) |
InconsistentValueWidthException(String[] result,
String line,
int rowNumber) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSourceLine()
Gets the source line as represented in the Fixed Width file
|
String[] |
getSourceResult()
Gets the parsed result as read by the Fixed Width reader.
|
getMessage, getProposedRow, getRowNumberaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InconsistentValueWidthException(String[] result, String line, int rowNumber)
public InconsistentValueWidthException(Row proposedRow, InconsistentValueWidthException cause)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.