| GNU Classpath (0.95) | |
| Prev Package | Next Package | Frames | No Frames | 
| Class Summary | |
| 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 Summary | |
| FormatMismatch | This exception is raised by CodecOperations.decode(byte[])orCodecOperations.decode_value(byte[],TypeCode)when the data in the
 octet sequence cannot be decoded intoAny. | 
| InvalidTypeForEncoding | This exception is raised by CodecOperations.encode(Any)orCodecOperations.encode_value(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. | 
| GNU Classpath (0.95) |