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