|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.orderloader.FailedOrderInfo
public class FailedOrderInfo
Contains failure information encountered when processing an order.
| Constructor Summary | |
|---|---|
FailedOrderInfo(int inIndex,
String[] inRow,
Exception inException)
Creates an instance. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FailedOrderInfo(int inIndex,
String[] inRow,
Exception inException)
inIndex - the row index at which the failure happened.inRow - the contents of the row at which the failure happened.inException - the exception indicating the failure.| Method Detail |
|---|
public int getIndex()
public String[] getRow()
public Exception getException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||