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)