public class FailedOrderInfo extends Object
| Constructor and Description |
|---|
FailedOrderInfo(int inIndex,
String[] inRow,
Exception inException)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException()
The exception indicating the failure.
|
int |
getIndex()
The row index at which the failure happened.
|
String[] |
getRow()
The contents of the row at which the failure happened.
|
public int getIndex()
public String[] getRow()
public Exception getException()
Copyright © 2014. All Rights Reserved.