571572573574575576577578
{ return any.extract_TypeCode(); } catch( org.omg.CORBA.BAD_OPERATION b ) { throw new TypeMismatch(); } }
585586587588589590591592
{ return any.extract_longlong(); } catch( org.omg.CORBA.BAD_OPERATION b ) { throw new TypeMismatch(); } }
599600601602603604605606
{ return any.extract_ulonglong(); } catch( org.omg.CORBA.BAD_OPERATION b ) { throw new TypeMismatch(); } }
613614615616617618619620
{ return any.extract_wchar(); } catch( org.omg.CORBA.BAD_OPERATION b ) { throw new TypeMismatch(); } }
627628629630631632633634
{ return any.extract_wstring(); } catch( org.omg.CORBA.BAD_OPERATION b ) { throw new TypeMismatch(); } }
641642643644645646647648
{ return any.extract_any(); } catch( org.omg.CORBA.BAD_OPERATION b ) { throw new TypeMismatch(); } }
668669670671672673674
public org.omg.DynamicAny.DynAny current_component() throws TypeMismatch { checkDestroyed (); throw new TypeMismatch(); }
781782783784785786787788789
case TCKind._tk_null: case TCKind._tk_void: // legal TypeCodes that have no associated value break; default: throw new TypeMismatch(); } return _any; }
5859606162636465666768
org.omg.CORBA.TypeCode _type = TypeCode.originalType( type ); if( _type.kind().value() != org.omg.CORBA.TCKind._tk_except && _type.kind().value() != org.omg.CORBA.TCKind._tk_struct ) { throw new TypeMismatch(); } typeCode = _type; try
227228229230231232233234235236237
{ checkDestroyed (); if (isEmptyEx ()) { throw new TypeMismatch (); } if (pos == -1) { throw new InvalidValue (); }