public class IncorrectFieldValueException extends ParserException
ParserException.RejectReason
Constructor and Description |
---|
IncorrectFieldValueException(int expectedValue,
int actualValue,
int refTag,
byte[] rawMsg,
int msgLength) |
IncorrectFieldValueException(String rejectMessage,
int actualValue,
int refTag,
byte[] rawMsg,
int msgLength) |
IncorrectFieldValueException(String expectedValue,
String actualValue,
int refTag,
Message msg) |
getMessage, getRefMsgType, getRefSeqNum, getRefTag, getRejectReason
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncorrectFieldValueException(String expectedValue, String actualValue, int refTag, Message msg)
public IncorrectFieldValueException(int expectedValue, int actualValue, int refTag, byte[] rawMsg, int msgLength)
public IncorrectFieldValueException(String rejectMessage, int actualValue, int refTag, byte[] rawMsg, int msgLength)
Copyright © 2005–2024 Onix Solutions. All rights reserved.