| Class | Description |
|---|---|
| FormatMismatchHelper |
The helper operations for the exception
FormatMismatch. |
| InvalidTypeForEncodingHelper |
The helper operations for the exception
InvalidTypeForEncoding. |
| TypeMismatchHelper |
The helper operations for the exception
TypeMismatch. |
| Exception | Description |
|---|---|
| FormatMismatch |
This exception is raised by
CodecOperations.decode(byte[])
or CodecOperations.decode_value(byte[], org.omg.CORBA.TypeCode) when the data in the
octet sequence cannot be decoded into Any. |
| InvalidTypeForEncoding |
This exception is raised by
CodecOperations.encode(org.omg.CORBA.Any) or
CodecOperations.encode_value(org.omg.CORBA.Any) when the type is not
valid for the encoding. |
| TypeMismatch |
The TypeMismatch may be thrown by various methods in org.omg.DynamicAny
package when the operation is not applicable due unexpected
TypeCode. |