|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
biz.onixs.fix.parser.exception.ParserException
biz.onixs.fix.parser.exception.ValueIsIncorrectException
public class ValueIsIncorrectException
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 |
---|
public ValueIsIncorrectException(String reason, int refTag, String actualValue)
public ValueIsIncorrectException(String reason, int refTag, biz.onixs.util.ByteBuffer rawMsg)
public ValueIsIncorrectException(String reason, int refTag)
Method Detail |
---|
protected void formatMessage()
formatMessage
in class ParserException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |