public static class StaticErrorException.Code extends Object
Modifier and Type | Field and Description |
---|---|
static FastErrorCode |
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 |
S1002
An operator is specified for a field of a type to which the operator is not applicable.
|
static FastErrorCode |
S1004
No initial value is specified for a constant operator.
|
static FastErrorCode |
S1005
No initial value is specified for a default operator on a mandatory field.
|
static FastErrorCode |
S1100
Unable to resolve a custom type name.
|
static FastErrorCode |
S1101
Type definition cannot be generated by the given template node.
|
static FastErrorCode |
S1102
A mandatory attribute have been missed in the given template node.
|
static FastErrorCode |
S1103
Field declaration must have the given attribute.
|
static FastErrorCode |
S1104
A field has type reference, but has no type name.
|
static FastErrorCode |
S1105
A field has no type definition.
|
static FastErrorCode |
S1106
Type aliasing for the field disallowed.
|
static FastErrorCode |
S1107
Type definition node has no of the type itself.
|
static FastErrorCode |
S1108
The given node cannot be used as a field definition.
|
static FastErrorCode |
S1109
Duplicated element name.
|
static FastErrorCode |
S1110
The 'presence' attribute has an invalid value.
|
static FastErrorCode |
S1111
An incorrect 'charset' value.
|
static FastErrorCode |
S1112
Unknown template referred by 'templateRef' instruction.
|
static FastErrorCode |
S1113
Error of bit group declaration: a bit group can not be optional.
|
static FastErrorCode |
S1114 |
static FastErrorCode |
S1115
The length field must be added to the template in proper order.
|
static FastErrorCode |
S1116
Unrecognizable epoch string.
|
static FastErrorCode |
S1117
Unrecognizable time unit string.
|
static FastErrorCode |
S1118
Wrong member of bitGroup.
|
static FastErrorCode |
S1200
FAST 1.2 support is temporarily disabled.
|
Constructor and Description |
---|
Code() |
public static FastErrorCode S1001
public static FastErrorCode S1002
public static FastErrorCode S1004
This error occurs if someone 'constant' operator definition has no value.
public static FastErrorCode S1005
This error occurs if someone 'default' operator definition in the mandatory field has no default value.
public static FastErrorCode S1100
public static FastErrorCode S1101
public static FastErrorCode S1102
public static FastErrorCode S1103
This error occurs if a field declaration has no particular attribute required by FAST specification.
public static FastErrorCode S1104
public static FastErrorCode S1105
public static FastErrorCode S1106
public static FastErrorCode S1107
public static FastErrorCode S1108
public static FastErrorCode S1109
public static FastErrorCode S1110
This error occurs if someone 'presence' attribute has a value other than 'optional' or 'mandatory'.
public static FastErrorCode S1111
This error occurs if someone 'charset' attribute has a value other than 'ascii' or 'unicode'.
public static FastErrorCode S1112
public static FastErrorCode S1113
This error occurs if a bit group have been defined as optional. The current implementation disallows optional bitgroups.
public static FastErrorCode S1114
public static FastErrorCode S1115
This error occurs if the 'length' field have been declared in a wrong place: it must be the first field in the sequence declaration.
public static FastErrorCode S1116
public static FastErrorCode S1117
public static FastErrorCode S1118
public static FastErrorCode S1200
This error occurs if the current implementation does not support FAST 1.2. Please contact support@onixs.biz regarding it.
Copyright © 2005–2024 Onix Solutions. All rights reserved.