Package | Description |
---|---|
biz.onixs.fix.fast |
Modifier and Type | Field and Description |
---|---|
static FastErrorCode |
DynamicErrorException.Code.D2100
Not enough input data for decoding.
|
static FastErrorCode |
DynamicErrorException.Code.D2101
FIX Engine is not initialized.
|
static FastErrorCode |
DynamicErrorException.Code.D2102
The decoded number of repeating groups exceeds the specified limit.
|
static FastErrorCode |
DynamicErrorException.Code.D2201
The decoded index of enumeration value for the given field doesn't fit into valid range.
|
static FastErrorCode |
DynamicErrorException.Code.D2202
The field data contains extra bits, disallowed for the given field.
|
static FastErrorCode |
DynamicErrorException.Code.D2203
The input data assumes repeating of previously used template, but there is no previous template have been used.
|
static FastErrorCode |
DynamicErrorException.Code.D2204
Unable to create message of the given type.
|
static FastErrorCode |
DynamicErrorException.Code.D2205
An integer in the stream does not fall within the bounds of the specific integer type specified on the corresponding field.
|
static FastErrorCode |
DynamicErrorException.Code.D2206
A mandatory field is not present in the stream and has an empty previous value.
|
static FastErrorCode |
DynamicErrorException.Code.D2207
A mandatory field is not present in the stream, has an undefined previous value and there is no initial value in the instruction context.
|
static FastErrorCode |
DynamicErrorException.Code.D2209
The type of the previous value is not the same as the type of the field of the current operator.
|
static FastErrorCode |
DynamicErrorException.Code.D2210
The subtraction length exceeds the length of the base value or it does not fall in the value range of an int32.
|
static FastErrorCode |
DynamicErrorException.Code.D2211
The decoder cannot find a template associated with a template identifier appearing in the stream.
|
static FastErrorCode |
DynamicErrorException.Code.D2300
No template with the given id have been found for encoding.
|
static FastErrorCode |
DynamicErrorException.Code.D2301
A mandatory field missed from the message to be encoded.
|
static FastErrorCode |
DynamicErrorException.Code.D2302
The length of the field to be encoded as a tail is less than the length of the base value.
|
static FastErrorCode |
DynamicErrorException.Code.D2303
The value of the constant field differs from the one specified in the template.
|
static FastErrorCode |
DynamicErrorException.Code.D2304
The value of the field doesn't appear at the list of valid enumeration values.
|
static FastErrorCode |
DynamicErrorException.Code.D2305
The field value contains the string (or strings) that cannot be interpreted as a part of set.
|
static FastErrorCode |
DynamicErrorException.Code.D2306
The field is null and can not be used for set encoding.
|
static FastErrorCode |
DynamicErrorException.Code.D2307
No template found for the message type.
|
static FastErrorCode |
DynamicErrorException.Code.D2308
Template message type is not equal to the actual message type.
|
static FastErrorCode |
DynamicErrorException.Code.D2500
Internal error.
|
static FastErrorCode |
DynamicErrorException.Code.D2501
Internal error.
|
static FastErrorCode |
DynamicErrorException.Code.D2502
Internal error.
|
static FastErrorCode |
DynamicErrorException.Code.D2503
Internal error.
|
static FastErrorCode |
StaticErrorException.Code.S1001
It is a static error if templates encoded in the concrete XML syntax are in fact
not well-formed, do not follow the rules of XML namespaces or are invalid with respect
to the schema in Appendix 1.
|
static FastErrorCode |
StaticErrorException.Code.S1002
An operator is specified for a field of a type to which the operator is not applicable.
|
static FastErrorCode |
StaticErrorException.Code.S1004
No initial value is specified for a constant operator.
|
static FastErrorCode |
StaticErrorException.Code.S1005
No initial value is specified for a default operator on a mandatory field.
|
static FastErrorCode |
StaticErrorException.Code.S1100
Unable to resolve a custom type name.
|
static FastErrorCode |
StaticErrorException.Code.S1101
Type definition cannot be generated by the given template node.
|
static FastErrorCode |
StaticErrorException.Code.S1102
A mandatory attribute have been missed in the given template node.
|
static FastErrorCode |
StaticErrorException.Code.S1103
Field declaration must have the given attribute.
|
static FastErrorCode |
StaticErrorException.Code.S1104
A field has type reference, but has no type name.
|
static FastErrorCode |
StaticErrorException.Code.S1105
A field has no type definition.
|
static FastErrorCode |
StaticErrorException.Code.S1106
Type aliasing for the field disallowed.
|
static FastErrorCode |
StaticErrorException.Code.S1107
Type definition node has no of the type itself.
|
static FastErrorCode |
StaticErrorException.Code.S1108
The given node cannot be used as a field definition.
|
static FastErrorCode |
StaticErrorException.Code.S1109
Duplicated element name.
|
static FastErrorCode |
StaticErrorException.Code.S1110
The 'presence' attribute has an invalid value.
|
static FastErrorCode |
StaticErrorException.Code.S1111
An incorrect 'charset' value.
|
static FastErrorCode |
StaticErrorException.Code.S1112
Unknown template referred by 'templateRef' instruction.
|
static FastErrorCode |
StaticErrorException.Code.S1113
Error of bit group declaration: a bit group can not be optional.
|
static FastErrorCode |
StaticErrorException.Code.S1114 |
static FastErrorCode |
StaticErrorException.Code.S1115
The length field must be added to the template in proper order.
|
static FastErrorCode |
StaticErrorException.Code.S1116
Unrecognizable epoch string.
|
static FastErrorCode |
StaticErrorException.Code.S1117
Unrecognizable time unit string.
|
static FastErrorCode |
StaticErrorException.Code.S1118
Wrong member of bitGroup.
|
static FastErrorCode |
StaticErrorException.Code.S1200
FAST 1.2 support is temporarily disabled.
|
Modifier and Type | Method and Description |
---|---|
FastErrorCode |
FastException.getCode()
Error codeDeprecated.
|
Constructor and Description |
---|
DynamicErrorException(FastErrorCode code,
String message)
Constructor.
|
DynamicErrorException(FastErrorCode code,
String message,
Throwable cause)
Constructor.
|
NotEnoughInputDataException(FastErrorCode code,
String message) |
NotEnoughInputDataException(FastErrorCode code,
String message,
Throwable cause) |
StaticErrorException(FastErrorCode code,
String message)
Constructor.
|
StaticErrorException(FastErrorCode code,
String message,
Throwable cause)
Constructor.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.