org.marketcetera.orderloader
Class OrderParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.marketcetera.util.except.I18NException
              extended by org.marketcetera.orderloader.OrderParsingException
All Implemented Interfaces:
Serializable, Messages, I18NThrowable

public class OrderParsingException
extends I18NException
implements Messages

Indicates that an order could not be parsed.

Since:
0.5.0
Version:
$Id: OrderParsingException.java 16154 2012-07-14 16:34:05Z colin $
Author:
Toli Kuznets
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.marketcetera.orderloader.Messages
ARG_BROKER_DESCRIPTION, ARG_BROKER_VALUE, ARG_MODE_DESCRIPTION, ARG_MODE_VALUE, BROKER_ID_REQUIRED, DUPLICATE_HEADER, ERROR_AUTHENTICATION, ERROR_EXAMPLE, ERROR_MISSING_FILE, ERROR_NO_ORDERS, ERROR_PARSING_MESSAGE, ERROR_PARSING_NUMBER_FORMAT, ERROR_PARSING_UNKNOWN, ERROR_PROCESS_FIX_VERSION, ERROR_TOO_MANY_ARGUMENTS, ERROR_USAGE, FAILED_ORDER, FAILED_ORDERS, HEADER_ROW_MISMATCH, INVALID_CUSTOM_HEADER, INVALID_FIX_VERSION, INVALID_OPTION_TYPE, INVALID_ORDER_CAPACITY, INVALID_ORDER_TYPE, INVALID_POSITION_EFFECT, INVALID_PRICE_VALUE, INVALID_QUANTITY_VALUE, INVALID_SECURITY_TYPE, INVALID_SIDE, INVALID_STRIKE_PRICE_VALUE, INVALID_TIME_IN_FORCE, LINE_SUMMARY, LOG_APP_COPYRIGHT, LOG_APP_VERSION_BUILD, LOG_FAILED_ORDER, LOGGER, MISSING_OPTION_FIELD, MISSING_REQUIRED_FIELD, ORDER_SUMMARY, PARSED_MESSAGE_FAILED_VALIDATION, PARSING_FIELD_NOT_IN_DICT, PARSING_PRICE_POSITIVE, PARSING_PRICE_VALID_NUM, PARSING_QTY_INT, PARSING_QTY_POS_INT, PROVIDER, UNEXPECTED_ORDER_TYPE, USAGE_BROKER_ID, USAGE_LOADER_OPTIONS, USAGE_MODE
 
Constructor Summary
OrderParsingException(I18NBoundMessage message)
           
OrderParsingException(Throwable nested)
           
OrderParsingException(Throwable nested, I18NBoundMessage message)
           
OrderParsingException(Throwable nested, String inField, String inValue)
           
 
Method Summary
 
Methods inherited from class org.marketcetera.util.except.I18NException
equals, getDetail, getI18NBoundMessage, getLocalizedDetail, getLocalizedMessage, hashCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.marketcetera.util.except.I18NThrowable
getCause, getMessage
 

Constructor Detail

OrderParsingException

public OrderParsingException(I18NBoundMessage message)

OrderParsingException

public OrderParsingException(Throwable nested,
                             I18NBoundMessage message)

OrderParsingException

public OrderParsingException(Throwable nested,
                             String inField,
                             String inValue)

OrderParsingException

public OrderParsingException(Throwable nested)


Copyright © 2012. All Rights Reserved.