Package org.omg.IOP.CodecPackage
Exception Summary |
FormatMismatch |
This exception is raised by {@link org.omg.IOP.CodecOperations#decode}
or {@link org.omg.IOP.CodecOperations#decode_value} when the data in the
octet sequence cannot be decoded into {@link org.omg.CORBA.Any}.
|
InvalidTypeForEncoding |
This exception is raised by {@link org.omg.IOP.CodecOperations#encode} or
{@link org.omg.IOP.CodecOperations#encode_value} 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
{@link org.omg.CORBA.TypeCode}.
|