biz.onixs.fix.parser.exception
Class ValueIsIncorrectException

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.ValueIsIncorrectException
All Implemented Interfaces:
Serializable

public class ValueIsIncorrectException
extends ParserException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class biz.onixs.fix.parser.exception.ParserException
message_, OTHER_REJECT_REASON
 
Constructor Summary
ValueIsIncorrectException(String reason, int refTag)
           
ValueIsIncorrectException(String reason, int refTag, biz.onixs.util.ByteBuffer rawMsg)
           
ValueIsIncorrectException(String reason, int refTag, String actualValue)
           
 
Method Summary
protected  void formatMessage()
           
 
Methods inherited from class biz.onixs.fix.parser.exception.ParserException
addSeparatorIfRequired, findMsgType, findSeqNum, 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

ValueIsIncorrectException

public ValueIsIncorrectException(String reason,
                                 int refTag,
                                 String actualValue)

ValueIsIncorrectException

public ValueIsIncorrectException(String reason,
                                 int refTag,
                                 biz.onixs.util.ByteBuffer rawMsg)

ValueIsIncorrectException

public ValueIsIncorrectException(String reason,
                                 int refTag)
Method Detail

formatMessage

protected void formatMessage()
Overrides:
formatMessage in class ParserException


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