| Exception | Description |
|---|---|
| CustomCompositeException |
Thrown on errors issued during generating of custom composites.
|
| DecoderException |
Base class of those exceptions that can be thrown during Decoder operations, such as
absent tag, wrong message size, decoding error etc.
|
| MessageNotFoundException |
Thrown if message was not found in templates schema.
|
| MessageSchemaException |
Base class of those exceptions that can be thrown during XML schema parsing.
|
| MessageVersionIsTooSmall |
Thrown when the message version is less than allowed.
|
| NarrowingException |
Thrown when the value can not be narrowed.
|
| NotEnoughDataException |
Thrown when decoder has not enough data to complete message decoding.
|
| NullValueException |
Thrown when the unexpected null value appears.
|
| OverlappedOffsetException |
Thrown if composite fields are overlapped.
|
| RequiredAttributeNotFoundException |
Thrown if required attribute was not found in message schema.
|
| TagNotFoundException |
Thrown if tag was not found in FieldSet.
|
| TimestampException |
Thrown when timestamp has errors.
|
| TypeCastException |
Thrown if the field cannot be converted to/from type.
|
| TypeNotFoundException |
Thrown if type was not found in message schema.
|
| WriterException |
Base class those of exceptions that can be thrown during SBE binary message encoding.
|
| WriteToConstantFieldException |
Thrown if attempt to write to constant field occurs.
|
| WrongValueException |
Thrown to indicate unacceptable value.
|
| XmlAttributeFormatException |
Thrown when XML attribute has incorrect value.
|
Copyright © 2005–2025 Onix Solutions. All rights reserved.