Package | Description |
---|---|
biz.onixs.fix.parser |
Modifier and Type | Method and Description |
---|---|
static ParserException.RejectReason |
ParserException.RejectReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParserException.RejectReason[] |
ParserException.RejectReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ParserException(String rejectMessage,
int leadingTag,
int instanceIndex,
int refTag,
ParserException.RejectReason rejectReason,
Message msg) |
ParserException(String rejectMessage,
int refTag,
ParserException.RejectReason rejectReason,
byte[] rawMsg,
int msgLength) |
ParserException(String rejectMessage,
int refTag,
ParserException.RejectReason rejectReason,
Message msg) |
Copyright © 2005–2024 Onix Solutions. All rights reserved.