org.marketcetera.orderloader
Class FailedOrderInfo

java.lang.Object
  extended by org.marketcetera.orderloader.FailedOrderInfo

public class FailedOrderInfo
extends Object

Contains failure information encountered when processing an order.

Since:
1.0.0
Version:
$Id: FailedOrderInfo.java 16154 2012-07-14 16:34:05Z colin $
Author:
anshul@marketcetera.com

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

FailedOrderInfo

public FailedOrderInfo(int inIndex,
                       String[] inRow,
                       Exception inException)
Creates an instance.

Parameters:
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

getIndex

public int getIndex()
The row index at which the failure happened.

Returns:
the row index at which the failure happened.

getRow

public String[] getRow()
The contents of the row at which the failure happened.

Returns:
the contents of the row at which the failure happened.

getException

public Exception getException()
The exception indicating the failure.

Returns:
the exception indicating the failure.


Copyright © 2012. All Rights Reserved.