{
throw new org.omg.CORBA.NO_IMPLEMENT
("DynValue is not yet implemented in Jacorb");
}
default:
throw new InconsistentTypeCode();
}
}
catch( org.omg.DynamicAny.DynAnyPackage.TypeMismatch itc )
{
logger.debug("unexpected exception during create_dyn_any_from_type_code", itc);
throw new InconsistentTypeCode();
}
}