public class RowAssertionFailure
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected DALException |
dalException |
protected int |
indexSkipEllipsis |
| Constructor and Description |
|---|
RowAssertionFailure(int indexSkipEllipsis,
DALException dalException) |
| Modifier and Type | Method and Description |
|---|---|
DALException |
columnPositionException(TransposedTableNode transposedTableNode) |
DALException |
linePositionException(TableNode tableNode) |
protected final int indexSkipEllipsis
protected final DALException dalException
public RowAssertionFailure(int indexSkipEllipsis,
DALException dalException)
public DALException linePositionException(TableNode tableNode)
public DALException columnPositionException(TransposedTableNode transposedTableNode)