biz.onixs.fix.parser.exception
Class InstanceIndexOutOfRangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by biz.onixs.fix.parser.exception.ParserException
                  extended by biz.onixs.fix.parser.exception.InstanceIndexOutOfRangeException
All Implemented Interfaces:
Serializable

public class InstanceIndexOutOfRangeException
extends ParserException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class biz.onixs.fix.parser.exception.ParserException
message_, OTHER_REJECT_REASON
 
Constructor Summary
InstanceIndexOutOfRangeException(int index, int nInstances, int numInGroupTag, int refTag, Message msg)
           
 
Method Summary
 
Methods inherited from class biz.onixs.fix.parser.exception.ParserException
addSeparatorIfRequired, findMsgType, findSeqNum, formatMessage, formatReason, getMessage, getRefMsgType, getRefSeqNum, getRefTagID, getRejectReason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstanceIndexOutOfRangeException

public InstanceIndexOutOfRangeException(int index,
                                        int nInstances,
                                        int numInGroupTag,
                                        int refTag,
                                        Message msg)


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.